pgsql: Attempt to fix win32 build of pg_verify_checksums

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Attempt to fix win32 build of pg_verify_checksums
Date: 2018-04-05 20:40:21
Message-ID: E1f4BgD-0006Sk-TE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Attempt to fix win32 build of pg_verify_checksums

S_ISLNK doesn't exist on Win32, instead we should use
pgwin32_is_junction().

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3b0b4f31f73a5f45f8e122d826211c13cd2412f7

Modified Files
--------------
src/bin/pg_verify_checksums/pg_verify_checksums.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-04-06 00:03:31 Re: pgsql: Allow on-line enabling and disabling of data checksums
Previous Message Magnus Hagander 2018-04-05 20:05:42 pgsql: Allow on-line enabling and disabling of data checksums