pgsql: Fix typo

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2024-12-14 02:59:05
Message-ID: E1tMIMy-002cWG-Pw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo

Ryo Kanbayashi

Discussion: https://postgr.es/m/CANOn0ExEQiPVrzkjULkENVac_n4Lknm6dxsU69MSncQap0kJVA%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/util/restrictinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-12-14 08:51:40 pgsql: Remove EXTENSION_DONT_CHECK_SIZE from md.c.
Previous Message Tom Lane 2024-12-13 19:21:54 pgsql: Fix possible crash in pg_dump with identity sequences.