pgsql: Fix error message typo.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix error message typo.
Date: 2026-01-13 03:11:04
Message-ID: E1vfUoB-0009SZ-1h@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error message typo.

Reported-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEoWx2mMmm9fTZYgE-r_T-KPTFR1rKO029QV-S-6n=7US_9EMA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a00a25b6ce4e75314e8ba399c69dd9c86e96a99d

Modified Files
--------------
src/backend/utils/adt/formatting.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2026-01-13 05:38:20 pgsql: Improve some comment wording and grammar in extension.c
Previous Message Andres Freund 2026-01-12 18:34:32 pgsql: heapam: Add batch mode mvcc check and use it in page mode