pgsql: Fix untranslatable message that was pasted together at run time

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix untranslatable message that was pasted together at run time
Date: 2026-08-24 12:31:28
Message-ID: E1wyTpn-00000001u9n-2yLP@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix untranslatable message that was pasted together at run time

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/250942b0d8212f8bdb10b9d63a911aeea5dd4de0

Modified Files
--------------
src/backend/storage/page/bufpage.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2026-08-24 16:05:14 pgsql: postgres_fdw: Fix flaky push down FUNCTION RTE test
Previous Message David Rowley 2026-08-24 10:44:40 pgsql: Fix incorrect nmembers calculation in test_bitmapset