Arthur Nascimento

Results 9 issues of Arthur Nascimento

When an error is reported, container.logs() returns an iterator over lines of bytes. The decode() function should apply to each line, not to the iterator, otherwise we get no logs,...

### Summary There are multiple issues with this page, causing customers to follow incorrect instructions. To name a few: * The page covers EL 7, EL 8, but not EL...

The example had timestamptz as datatype and inserted only hour:minute unquoted. Besides the obvious quoting, we should either change the data to match the datatype, or the datatype to match...

When -isysroot is added to CFLAGS, anyone who tries to compile extensions against the server headers will have to use the same SDK version and location as the server had,...

This adds EPAS 17 to the list, which is supported starting with postgis 3.5. It also removes EPAS 12, which has gone EOL and did not receive any postgis 3.5...

In v18, the minimum openssl version was bumped from 1.1.0 to 1.1.1. That means postgres.h brings not OPENSSL_API_COMPAT=10100000L anymore, but 10101000L or greater. Given that conn_ssl.c uses the older API,...

On PG 18+, PG_MODULE_MAGIC_EXT allows the module to report its name and version, where the version can be more fine-grained than the SQL-level extension. So for an extension installed on...

The file cypher_gram.c generates cypher_gram_def.h, which is directly necessary for cypher_parser.o and cypher_keywords.o and their respective .bc files. But that direct dependency is not reflected in the Makefile, which only...

master

Would be interesting if it were possible to generate the dice with adjustable probabilities of faces. I was thinking that a d16 could have numbers 3 through 18, and the...