pgsql: Fix typo.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo.
Date: 2026-08-21 19:45:45
Message-ID: E1wxVBQ-00000001YJb-2aBb@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo.

Oversight in commit 40af05bb61.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b6aa98429702fc5242326cd40f000c40ca5ae98

Modified Files
--------------
src/interfaces/libpq/fe-protocol3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2026-08-21 23:39:04 pgsql: Fix failing Memoize test on 32-bit machines
Previous Message Nathan Bossart 2026-08-21 18:43:35 pgsql: Move the StdRdOptions parse table to file scope.