Re: The end of 32-bit PostgreSQL support in Debian

2024-08-21 Thread Christoph Berg
Re: Simon Richter > That is not a 32 bit bug, but an indication of something else being broken. It is the same problem in the sense that 64-bit architectures are fine, and something (probably in some autoconf script) is broken on 32-bit. The point here is that these are always weird bugs in weird

Re: The end of 32-bit PostgreSQL support in Debian

2024-08-21 Thread Simon Richter
Hi, On 8/21/24 18:32, Christoph Berg wrote: 10:39:04 snprintf.c:409:1: error: conflicting types for ‘strchrnul’; have ‘const char *(const char *, int)’ 10:39:04 409 | strchrnul(const char *s, int c) 10:39:04 | ^ 10:39:04 In file included from snprintf.c:43: 10:39:04 /usr/includ

Re: The end of 32-bit PostgreSQL support in Debian

2024-08-21 Thread Christoph Berg
Re: To debian-devel > it has probably been a decade since I've last seen a PostgreSQL > installation in the wild on a 32-bit machine. PostgreSQL itself works > fine there, but more and more extensions are not compatible anymore, > either deliberately, or (more common) because of subtle bugs in prin