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:
@ -101,7 +101,7 @@ _copyPlannedStmt(const PlannedStmt *from)
|
||||
COPY_NODE_FIELD(paramExecTypes);
|
||||
COPY_NODE_FIELD(utilityStmt);
|
||||
COPY_LOCATION_FIELD(stmt_location);
|
||||
COPY_LOCATION_FIELD(stmt_len);
|
||||
COPY_SCALAR_FIELD(stmt_len);
|
||||
|
||||
return newnode;
|
||||
}
|
||||
@ -3090,7 +3090,7 @@ _copyQuery(const Query *from)
|
||||
COPY_NODE_FIELD(constraintDeps);
|
||||
COPY_NODE_FIELD(withCheckOptions);
|
||||
COPY_LOCATION_FIELD(stmt_location);
|
||||
COPY_LOCATION_FIELD(stmt_len);
|
||||
COPY_SCALAR_FIELD(stmt_len);
|
||||
|
||||
return newnode;
|
||||
}
|
||||
@ -3102,7 +3102,7 @@ _copyRawStmt(const RawStmt *from)
|
||||
|
||||
COPY_NODE_FIELD(stmt);
|
||||
COPY_LOCATION_FIELD(stmt_location);
|
||||
COPY_LOCATION_FIELD(stmt_len);
|
||||
COPY_SCALAR_FIELD(stmt_len);
|
||||
|
||||
return newnode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user