mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix problems related to RangeTblEntry members enrname and enrtuples.
Commit 18ce3a4ab2
failed to update
the comments in parsenodes.h for the new members, and made only
incomplete updates to src/backend/nodes
Thomas Munro, per a report from Noah Misch.
Discussion: http://postgr.es/m/20170611062525.GA1628882@rfd.leadboat.com
This commit is contained in:
@ -2303,10 +2303,11 @@ _copyRangeTblEntry(const RangeTblEntry *from)
|
||||
COPY_STRING_FIELD(ctename);
|
||||
COPY_SCALAR_FIELD(ctelevelsup);
|
||||
COPY_SCALAR_FIELD(self_reference);
|
||||
COPY_STRING_FIELD(enrname);
|
||||
COPY_NODE_FIELD(coltypes);
|
||||
COPY_NODE_FIELD(coltypmods);
|
||||
COPY_NODE_FIELD(colcollations);
|
||||
COPY_STRING_FIELD(enrname);
|
||||
COPY_SCALAR_FIELD(enrtuples);
|
||||
COPY_NODE_FIELD(alias);
|
||||
COPY_NODE_FIELD(eref);
|
||||
COPY_SCALAR_FIELD(lateral);
|
||||
|
Reference in New Issue
Block a user