postgresql/src/bin/pg_basebackup
Tom Lane f36920796e Fix another portability issue in pg_basebackup.
The target of sscanf with a %o format had better be of integer width,
but "mode_t" conceivably isn't that.  Another compiler warning seen
only on some platforms; this one I think is potentially a real bug
and not just a warning.
2011-01-23 14:26:51 -05:00
..
.gitignore Add .gitignore file to silence complaints about pg_basebackup. 2011-01-23 13:07:34 -05:00
Makefile Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00
nls.mk Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00
pg_basebackup.c Fix another portability issue in pg_basebackup. 2011-01-23 14:26:51 -05:00