postgresql/src
Andrew Dunstan c468bd5c08 Don't try to test files named with a trailing dot on Windows
The pg_verify_checksums test tries to create files with corrupt data
named "123." and "123_." But on Windows a file name with a trailing dot
is the same as a file without the trailing dot. In the first case this
will create a file with a "valid" name, which causes the test to fail in
an unexpected way, and in the secongd case this will be redandant as the
test already creates a file named "123_".

Bug discovered by buildfarm animal bowerbird.
2018-10-21 09:00:13 -04:00
..
backend Server-side fix for delayed NOTIFY and SIGTERM processing. 2018-10-19 21:39:21 -04:00
bin Don't try to test files named with a trailing dot on Windows 2018-10-21 09:00:13 -04:00
common Make spelling of "acknowledgment" consistent 2018-10-15 10:06:45 +02:00
fe_utils
include Refactor pid, random seed and start time initialization. 2018-10-19 13:59:28 +13:00
interfaces Client-side fixes for delayed NOTIFY receipt. 2018-10-19 22:22:57 -04:00
makefiles
pl Still further rethinking of build changes for macOS Mojave. 2018-10-18 14:55:23 -04:00
port Make float exponent output on Windows look the same as elsewhere. 2018-10-12 11:14:27 -04:00
template Still further rethinking of build changes for macOS Mojave. 2018-10-18 14:55:23 -04:00
test Lower privilege level of programs calling regression_main 2018-10-20 09:02:36 -04:00
timezone Sync our copy of the timezone library with IANA release tzcode2018f. 2018-10-19 19:36:34 -04:00
tools Remove timetravel extension. 2018-10-11 11:43:56 -07:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Still further rethinking of build changes for macOS Mojave. 2018-10-18 14:55:23 -04:00
Makefile.shlib
nls-global.mk