Comment on Poll: Are You Running PostgreSQL on 32-Bit Hardware?parentComments−JoelJacobsonOP2yWhat 32-bit systems are being used today?I found these in the PostgreSQL Build Farm:- AIX 7100-05-06-2028 gcc 8.3.0 (32 bit) ppc64 (POWER7) - Debian 7.0 gcc 4.7.2 i686 - Debian Sid gcc recent i386Source: https://buildfarm.postgresql.org/cgi-bin/show_status.plBut there might be more that we don't know about.Is this on ARM or x86?Any of the supported platforms: x86, PowerPC, (S/390), SPARC, ARM, MIPS, RISC-V, and PA-RISCSource: https://www.postgresql.org/docs/current/supported-platforms....is it just running 32-bit software on x86-64/AMD64No, it's when running PostgreSQL on actual 32-bit hardware.
Comments
I found these in the PostgreSQL Build Farm:
- AIX 7100-05-06-2028 gcc 8.3.0 (32 bit) ppc64 (POWER7) - Debian 7.0 gcc 4.7.2 i686 - Debian Sid gcc recent i386
Source: https://buildfarm.postgresql.org/cgi-bin/show_status.pl
But there might be more that we don't know about.
Any of the supported platforms: x86, PowerPC, (S/390), SPARC, ARM, MIPS, RISC-V, and PA-RISC
Source: https://www.postgresql.org/docs/current/supported-platforms....
No, it's when running PostgreSQL on actual 32-bit hardware.