Re: The end of 32-bit PostgreSQL support in Debian - Mailing list pgsql-pkg-debian

From Christoph Berg
Subject Re: The end of 32-bit PostgreSQL support in Debian
Date
Msg-id ZsW0K2y4i_Pj5fGR@msg.df7cb.de
Whole thread Raw
In response to pgvector 0.7.3 - New upstream version  (Bradford Boyle <bradford.d.boyle@gmail.com>)
List pgsql-pkg-debian
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 printf
> patterns, double precision values not fitting in a PG Datum, or other
> porting problems. Each time this happens, someone has to go digging
> what's wrong this time, while in reality, there are likely no users at
> all for this PG extension on 32-bit architectures.

A new example for this has just arrived, in pgpool2 4.5.3:

https://pgdgbuild.dus.dg-i.net/job/pgpool2-binaries/architecture=i386,distribution=sid/130/console

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/include/string.h:286:14: note: previous declaration of ‘strchrnul’ with type ‘char *(const char *, int)’
10:39:04   286 | extern char *strchrnul (const char *__s, int __c)
10:39:04       |              ^~~~~~~~~

64-bit builds are fine.

So we'll definitely proceed with removing 32-bit extensions.

Christoph



pgsql-pkg-debian by date:

Previous
From: apt.postgresql.org Repository Update
Date:
Subject: plprofiler updated to version 4.2.5-1.pgdg+1
Next
From: apt.postgresql.org Repository Update
Date:
Subject: barman updated to version 3.11.1-1.pgdg+1