aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/json.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2018-10-21 09:00:13 -0400
committerAndrew Dunstan <andrew@dunslane.net>2018-10-21 09:00:13 -0400
commitc468bd5c087051e2edc573118a42d73a8ae3c3a4 (patch)
treecac991bac80f2066635fcd34015dc3d8bba65404 /src/backend/utils/adt/json.c
parentce5d3424d6411f7a7228fd4463242cb382af3e0c (diff)
downloadpostgresql-c468bd5c087051e2edc573118a42d73a8ae3c3a4.tar.gz
postgresql-c468bd5c087051e2edc573118a42d73a8ae3c3a4.zip
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.
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions