pgsql: Fix typo - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix typo
Date
Msg-id E1pDmuP-002KmY-AY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S
Next
From: Tomas Vondra
Date:
Subject: pgsql: Fix stale comment about sample_frac adjustment