pgsql: Fix typo

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2023-01-06 13:37:21
Message-ID: E1pDmuP-002KmY-AY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo

This doesn't affect the correctness of the code, but it was clearly
inconsistent before this change.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4037c5e2fe9e2c7b083606435d29cdb25092f70f

Modified Files
--------------
src/backend/parser/parse_node.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-01-06 13:49:03 pgsql: Fix stale comment about sample_frac adjustment
Previous Message Dean Rasheed 2023-01-06 11:21:31 pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S