mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Update comments to reflect code rearrangement.
Commit f9143d102f falsified these.
KaiGai Kohei
This commit is contained in:
@@ -1087,7 +1087,8 @@ struct CustomPathMethods;
|
||||
typedef struct CustomPath
|
||||
{
|
||||
Path path;
|
||||
uint32 flags; /* mask of CUSTOMPATH_* flags, see above */
|
||||
uint32 flags; /* mask of CUSTOMPATH_* flags, see
|
||||
* nodes/extensible.h */
|
||||
List *custom_paths; /* list of child Path nodes, if any */
|
||||
List *custom_private;
|
||||
const struct CustomPathMethods *methods;
|
||||
|
||||
Reference in New Issue
Block a user