Rename walmethod fsync method to sync
Magnus Hagander <magnus@hagander.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/receivelog.c | modified | +3 −3 |
| src/bin/pg_basebackup/walmethods.c | modified | +5 −5 |
| src/bin/pg_basebackup/walmethods.h | modified | +1 −1 |