| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Clean up int64-related format strings |
| Date: | 2025-12-09 06:44:59 |
| Message-ID: | E1vSrT0-003Zgb-2h@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Clean up int64-related format strings
Remove some gratuitous uses of INT64_FORMAT. Make use of
PRIu64/PRId64 were appropriate, remove unnecessary casts.
Reviewed-by: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/07fa29f9-42d7-4aac-8834-197918cbbab6%40eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/907caf5c392ad75177bdfd48d38cf0cc6904e8e1
Modified Files
--------------
contrib/isn/isn.c | 26 ++++----------------------
contrib/isn/isn.h | 2 --
contrib/pageinspect/btreefuncs.c | 11 +++++------
src/backend/backup/basebackup.c | 4 ++--
src/bin/pg_rewind/pg_rewind.c | 6 +++---
5 files changed, 14 insertions(+), 35 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2025-12-09 07:34:58 | pgsql: Fix LOCK_TIMEOUT handling in slotsync worker. |
| Previous Message | Michael Paquier | 2025-12-09 05:53:54 | pgsql: Use palloc_object() and palloc_array() in more areas of the tree |