pgsql: Attempt to fix win32 build of pg_verify_checksums

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Attempt to fix win32 build of pg_verify_checksums
Дата
Msg-id E1f4BgD-0006Sk-TE@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Allow on-line enabling and disabling of data checksums
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Allow on-line enabling and disabling of data checksums