postgresql/src/bin/pg_basebackup
Magnus Hagander eade082b12 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
2016-10-23 18:04:34 +02:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
t Allow pg_basebackup to stream transaction log in tar mode 2016-10-23 15:23:11 +02:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
Makefile Allow pg_basebackup to stream transaction log in tar mode 2016-10-23 15:23:11 +02:00
nls.mk Move fsync routines of initdb into src/common/ 2016-09-29 12:00:00 -04:00
pg_basebackup.c Allow pg_basebackup to stream transaction log in tar mode 2016-10-23 15:23:11 +02:00
pg_receivexlog.c Allow pg_basebackup to stream transaction log in tar mode 2016-10-23 15:23:11 +02:00
pg_recvlogical.c Include <sys/select.h> where needed 2016-09-27 01:05:21 -03:00
receivelog.c Rename walmethod fsync method to sync 2016-10-23 18:04:34 +02:00
receivelog.h Allow pg_basebackup to stream transaction log in tar mode 2016-10-23 15:23:11 +02:00
streamutil.c Simplify correct use of simple_prompt(). 2016-08-30 17:02:02 -04:00
streamutil.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
walmethods.c Rename walmethod fsync method to sync 2016-10-23 18:04:34 +02:00
walmethods.h Rename walmethod fsync method to sync 2016-10-23 18:04:34 +02:00