mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Reconcile nodes/*funcs.c.
The stmt_len changes do not affect behavior. LimitPath has no other support functions, so that part changes only debugging output.
This commit is contained in:
@ -284,7 +284,7 @@ _readQuery(void)
|
||||
READ_NODE_FIELD(constraintDeps);
|
||||
READ_NODE_FIELD(withCheckOptions);
|
||||
READ_LOCATION_FIELD(stmt_location);
|
||||
READ_LOCATION_FIELD(stmt_len);
|
||||
READ_INT_FIELD(stmt_len);
|
||||
|
||||
READ_DONE();
|
||||
}
|
||||
@ -1552,7 +1552,7 @@ _readPlannedStmt(void)
|
||||
READ_NODE_FIELD(paramExecTypes);
|
||||
READ_NODE_FIELD(utilityStmt);
|
||||
READ_LOCATION_FIELD(stmt_location);
|
||||
READ_LOCATION_FIELD(stmt_len);
|
||||
READ_INT_FIELD(stmt_len);
|
||||
|
||||
READ_DONE();
|
||||
}
|
||||
|
Reference in New Issue
Block a user