]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Attempt to fix win32 build of pg_verify_checksums
authorMagnus Hagander <magnus@hagander.net>
Thu, 5 Apr 2018 20:38:03 +0000 (22:38 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 5 Apr 2018 20:38:03 +0000 (22:38 +0200)
commit3b0b4f31f73a5f45f8e122d826211c13cd2412f7
treea2738af4a76f9b0d37aa38b82091c8c2f2e3594c
parent1fde38beaa0c3e66c340efc7cc0dc272d6254bb0
Attempt to fix win32 build of pg_verify_checksums

S_ISLNK doesn't exist on Win32, instead we should use
pgwin32_is_junction().
src/bin/pg_verify_checksums/pg_verify_checksums.c