postgresql/src/fe_utils
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
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
Makefile Move frontend-side archive APIs from src/common/ to src/fe_utils/ 2020-06-11 15:48:46 +09:00
archive.c Standardize the printf format for st_size 2020-09-24 21:04:21 +02:00
cancel.c Move connect.h from fe_utils to src/include/common. 2020-08-10 09:22:54 -07:00
conditional.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
mbprint.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
print.c Mop up some no-longer-necessary hacks around printf %.*s format. 2020-06-29 17:12:38 -04:00
psqlscan.l Reduce size of backend scanner's tables. 2020-01-13 15:04:31 -05:00
recovery_gen.c Fix bug in pg_basebackup -F plain -R. 2020-02-12 09:08:22 +09:00
simple_list.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
string_utils.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00