| From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: test_bloomfilter: Fix error message. |
| Date: | 2026-03-24 14:33:07 |
| Message-ID: | E1w52oc-001FNQ-29@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
test_bloomfilter: Fix error message.
The error message in question uses the wrong format specifier and
variable. This has been wrong for a while, but since it's in a
test module and wasn't noticed until just now, no back-patch.
Oversight in commit 51bc271790.
Author: Jianghua Yang <yjhjstz(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAZLFmS2OMiwe65gdm-MKgO%3DLnKatGMSK6JWxhycGN3TWrhbnw%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c7b9f16113325eca806e81b29a10b70290cc164b
Modified Files
--------------
src/test/modules/test_bloomfilter/test_bloomfilter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Álvaro Herrera | 2026-03-24 15:49:08 | pgsql: Fix dereference in a couple of GUC check hooks |
| Previous Message | Robert Haas | 2026-03-24 14:14:10 | pgsql: Add a test for creating an index on a whole-row expression. |