mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| archive.c | ||
| cancel.c | ||
| conditional.c | ||
| Makefile | ||
| mbprint.c | ||
| print.c | ||
| psqlscan.l | ||
| recovery_gen.c | ||
| simple_list.c | ||
| string_utils.c | ||