postgresql/src
Tom Lane 1a75c1d0c5 Fix unportable code in pgbench.
The buildfarm points out that UINT64_FORMAT might not work with sscanf;
it's calibrated for our printf implementation, which might not agree
with the platform-supplied sscanf.  Fall back to just accepting an
unsigned long, which is already more than the documentation promises.

Oversight in e6c3ba7fb; back-patch to v11, as that was.
2019-04-17 17:30:29 -04:00
..
backend Fix assorted minor bogosity in GSSAPI transport error messages. 2019-04-17 17:06:50 -04:00
bin Fix unportable code in pgbench. 2019-04-17 17:30:29 -04:00
common Add support for partial TOAST decompression 2019-04-02 12:35:32 -04:00
fe_utils Ensure consistent name matching behavior in processSQLNamePattern(). 2019-04-05 12:59:57 -04:00
include Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData. 2019-04-15 19:32:44 -04:00
interfaces Fix assorted minor bogosity in GSSAPI transport error messages. 2019-04-17 17:06:50 -04:00
makefiles Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds. 2019-04-09 08:25:39 -07:00
pl Move plpgsql error-trapping tests to a new module-specific test file. 2019-04-11 15:09:28 -04:00
port Assert that pgwin32_signal_initialize() has been called early enough. 2019-04-03 17:11:16 -07:00
template
test Return NULL for checksum failures if checksums are not enabled 2019-04-17 13:51:48 +02:00
timezone More unconstify use 2019-02-13 11:50:16 +01:00
tools Consistently test for in-use shared memory. 2019-04-12 22:36:38 -07:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Consistently test for in-use shared memory. 2019-04-12 22:36:38 -07:00
Makefile.shlib
nls-global.mk Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00