postgresql/src
Thomas Munro 82314dbfca Don't use Perl pack('Q') in 039_end_of_wal.pl.
'Q' for 64 bit integers turns out not to work on 32 bit Perl, as
revealed by the build farm.  Use 'II' instead, and deal with endianness.

Back-patch to 12, like bae868ca.

Discussion: https://postgr.es/m/ZQ4r1vHcryBsSi_V%40paquier.xyz
2023-09-23 14:15:52 +12:00
..
backend Don't trust unvalidated xl_tot_len. 2023-09-23 10:29:56 +12:00
bin pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2023-09-07 14:12:34 +09:00
common Make EXEC_BACKEND more convenient on Linux and FreeBSD. 2023-02-08 13:09:52 +09:00
fe_utils
include Avoid unnecessary plancache revalidation of utility statements. 2023-08-24 12:02:40 -04:00
interfaces Stamp 12.16. 2023-08-07 16:13:41 -04:00
makefiles
pl Fix assertion failure with PL/Python exceptions 2023-09-19 08:31:29 +09:00
port Stamp 12.16. 2023-08-07 16:13:41 -04:00
template
test Don't use Perl pack('Q') in 039_end_of_wal.pl. 2023-09-23 14:15:52 +12:00
timezone Update time zone data files to tzdata release 2023c. 2023-04-18 14:46:39 -04:00
tools Fix exception safety bug in typcache.c. 2023-09-13 14:50:14 +12:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Fix prove_installcheck when used with PGXS 2023-05-05 07:12:18 +02:00
Makefile.shlib
nls-global.mk