mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07: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:
@@ -319,7 +319,7 @@ _outPlannedStmt(StringInfo str, const PlannedStmt *node)
|
||||
WRITE_NODE_FIELD(paramExecTypes);
|
||||
WRITE_NODE_FIELD(utilityStmt);
|
||||
WRITE_LOCATION_FIELD(stmt_location);
|
||||
WRITE_LOCATION_FIELD(stmt_len);
|
||||
WRITE_INT_FIELD(stmt_len);
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -2135,6 +2135,7 @@ _outLimitPath(StringInfo str, const LimitPath *node)
|
||||
WRITE_NODE_FIELD(subpath);
|
||||
WRITE_NODE_FIELD(limitOffset);
|
||||
WRITE_NODE_FIELD(limitCount);
|
||||
WRITE_ENUM_FIELD(limitOption, LimitOption);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -2966,7 +2967,7 @@ _outQuery(StringInfo str, const Query *node)
|
||||
WRITE_NODE_FIELD(constraintDeps);
|
||||
WRITE_NODE_FIELD(withCheckOptions);
|
||||
WRITE_LOCATION_FIELD(stmt_location);
|
||||
WRITE_LOCATION_FIELD(stmt_len);
|
||||
WRITE_INT_FIELD(stmt_len);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user