mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
@@ -660,7 +660,7 @@ typedef struct RelOptInfo
|
||||
struct RelOptInfo **part_rels; /* Array of RelOptInfos of partitions,
|
||||
* stored in the same order of bounds */
|
||||
List **partexprs; /* Non-nullable partition key expressions. */
|
||||
List **nullable_partexprs; /* Nullable partition key expressions. */
|
||||
List **nullable_partexprs; /* Nullable partition key expressions. */
|
||||
} RelOptInfo;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user