postgresql/src/bin/pg_basebackup
Peter Eisentraut c005eb00e7 Standardize the printf format for st_size
Existing code used various inconsistent ways to printf struct stat's
st_size member.  The type of that is off_t, which is in most cases a
signed 64-bit integer, so use the long long int format for it.
2020-09-24 21:04:21 +02:00
..
po Translation updates 2020-05-18 12:49:30 +02:00
t Enable almost all TAP tests involving symlinks on Windows 2020-07-16 15:51:52 -04:00
.gitignore Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nls.mk Add missing source files to nls.mk 2020-06-06 19:56:21 +02:00
pg_basebackup.c Avoid non-constant format string argument to fprintf(). 2020-08-18 13:13:09 +03:00
pg_receivewal.c Standardize the printf format for st_size 2020-09-24 21:04:21 +02:00
pg_recvlogical.c code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07:00
receivelog.c Remove unused parameter 2020-09-10 16:13:19 +02:00
receivelog.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
streamutil.c Remove arbitrary restrictions on password length. 2020-09-03 20:09:18 -04:00
streamutil.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
walmethods.c Assorted cleanup of tar-related code. 2020-06-15 15:28:49 -04:00
walmethods.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00