pgsql: Fix comment in parsenodes.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in parsenodes.h
Date: 2021-03-31 00:36:54
Message-ID: E1lROqs-0004lu-MS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment in parsenodes.h

CreateStmt->inhRelations is a list of RangeVars, but a comment was
incorrect about that.

Author: Julien Rouhaud
Discussion: https://postgr.es/m/20210330123015.yzekhz5sweqbgxdr@nol

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ef64e7e72a65f191fc2f7d4bbe220f53dd8d5de

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 Noah Misch 2021-03-31 01:55:03 pgsql: Accept slightly-filled pages for tuples larger than fillfactor.
Previous Message Michael Paquier 2021-03-31 00:14:30 pgsql: Add support for --extension in pg_dump