From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: amcheck: Improve confusing message |
Date: | 2025-07-01 10:28:26 |
Message-ID: | E1uWYDy-004AnD-18@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
amcheck: Improve confusing message
The way it was worded, the %u placeholder could be read as the table
OID. Rearrange slightly to avoid the possible confusion.
Reported-by: jian he <jian(dot)universality(at)gmail(dot)com>
Reviewed-by: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CACJufxFx-25XQV%2Br23oku7ZnL958P30hyb9cFeYPv6wv7yzCCw%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/953050236ab2640055d79532981f958271a33292
Modified Files
--------------
contrib/amcheck/verify_heapam.c | 2 +-
src/bin/pg_amcheck/t/004_verify_heapam.pl | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2025-07-01 10:34:15 | pgsql: Silence valgrind about pg_numa_touch_mem_if_required |
Previous Message | Tomas Vondra | 2025-07-01 10:03:35 | pgsql: Limit the size of numa_move_pages requests |