]> granicus.if.org Git - postgresql/commit
Rename walmethod fsync method to sync
authorMagnus Hagander <magnus@hagander.net>
Sun, 23 Oct 2016 16:04:34 +0000 (18:04 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 23 Oct 2016 16:04:34 +0000 (18:04 +0200)
commiteade082b122889eaf92eb806b8b6799160a25256
tree698e2d4b6b043b51eb52e58a8bf4ae63bcb52748
parenta5c17c1dcef4a656559152d3f6a5a27ae4957843
Rename walmethod fsync method to sync

Using the name fsync clashed with the #define we have on Windows that
redefines it to _commit. Naming it sync should remove that conflict.

Per all the Windows buildfarm members
src/bin/pg_basebackup/receivelog.c
src/bin/pg_basebackup/walmethods.c
src/bin/pg_basebackup/walmethods.h