Christoph Berg

Results 53 issues of Christoph Berg

PG 15 doesn't ship TestLib.pm anymore (renamed to PostgreSQL::Test::Util): ``` 13:29:05 Can't locate TestLib.pm in @INC (you may need to install the TestLib module) (@INC contains: /usr/lib/postgresql/15/lib/pgxs/src/makefiles/../../src/test/perl /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0...

On Debian's s390x architecture, some regression tests were failing because the result set was reordered. Fix by attaching ORDER BY in problematic cases. On top of this change, another fix...

master

PostgreSQL 16 got stricter wrt proper Pointer and Datum handling. Fix developed against 202303.3 and tested with PostgreSQL 10 up to 16.

Cleanup

Hi, I'm trying to get the pgadmin3 package updated in Debian. Unfortunately, your version doesn't compile: ``` g++ -DHAVE_CONFIG_H -I. -I.. -I../pgadmin/include/libssh2 -DDATA_DIR=\"/usr/share/pgadmin3/\" -I../pgadmin/include -I../pgadmin/include/libssh2 -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -I/usr/include/postgresql/12/server -I/usr/include/postgresql...

Hi, Rafael was asking about including pgbackman in apt.postgresql.org and in Debian. Are you still interested in that? Context: https://www.postgresql.org/message-id/flat/20180404184939.GA18866%40msg.df7cb.de

Source: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000001 Close #6, #4

From Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000001: ``` From: Matthew Vernon To: [email protected] Subject: pgpcre: depends on obsolete pcre3 library Date: Thu, 18 Nov 2021 11:49:06 +0000 Source: pgpcre Severity: important User: [email protected]...

On s390x and hppa, pgpcre fails with a lot of -4 errors which is `PCRE_ERROR_BADMAGIC`. ``` SELECT 'foo' =~ 'fo+'; - ?column? ----------- - t -(1 row) - +ERROR: PCRE...

This enables running PG's standard testsuite with a PG server configured for decoderbufs. Example on Debian: ``` $ sudo apt install postgresql-14-decoderbufs $ pg_virtualenv -o shared_preload_libraries=decoderbufs -o wal_level=logical Creating new...