mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +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:
@ -1358,6 +1358,7 @@ _readRangeTblEntry(void)
|
||||
break;
|
||||
case RTE_NAMEDTUPLESTORE:
|
||||
READ_STRING_FIELD(enrname);
|
||||
READ_FLOAT_FIELD(enrtuples);
|
||||
READ_OID_FIELD(relid);
|
||||
READ_NODE_FIELD(coltypes);
|
||||
READ_NODE_FIELD(coltypmods);
|
||||
|
Reference in New Issue
Block a user