pgsql: Fix typo in parsenodes.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in parsenodes.h
Date: 2023-02-10 06:39:18
Message-ID: E1pQN41-000MVP-Ma@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in parsenodes.h

Introduced in a61b1f7 when RTEPermissionInfo got added. Issue spotted
while reviewing the area for a different patch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e8b694d819d96f65f8de33102858bd6bff4b54a

Modified Files
--------------
src/include/nodes/parsenodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-02-10 11:30:13 pgsql: Fix incorrect format placeholder
Previous Message Andres Freund 2023-02-10 06:24:44 pgsql: pgstat: Track more detailed relation IO statistics