Replace printf format %i by %d
Peter Eisentraut <peter_e@gmx.net>
Replace printf format %i by %d They are identical, but the overwhelming majority of the code uses %d, so standardize on that.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +7 −7 |
| src/backend/port/win32_latch.c | modified | +1 −1 |
| src/backend/port/win32/socket.c | modified | +7 −7 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +8 −8 |
| src/bin/psql/command.c | modified | +1 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +1 −1 |
| src/interfaces/libpq/win32.c | modified | +2 −2 |
| src/timezone/pgtz.c | modified | +5 −5 |