mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 18:37:03 +08:00
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
This commit is contained in:
@ -2131,7 +2131,7 @@ typedef struct CreateStmt
|
||||
RangeVar *relation; /* relation to create */
|
||||
List *tableElts; /* column definitions (list of ColumnDef) */
|
||||
List *inhRelations; /* relations to inherit from (list of
|
||||
* inhRelation) */
|
||||
* RangeVar) */
|
||||
PartitionBoundSpec *partbound; /* FOR VALUES clause */
|
||||
PartitionSpec *partspec; /* PARTITION BY clause */
|
||||
TypeName *ofTypename; /* OF typename */
|
||||
|
||||
Reference in New Issue
Block a user