mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
The _equalTableFunc() omission of coltypmods has semantic significance, but I did not track down resulting user-visible bugs, if any. The other changes are cosmetic only, affecting order. catversion bump due to readfuncs.c field order change.
This commit is contained in:
@ -467,8 +467,8 @@ _readTableFunc(void)
|
||||
{
|
||||
READ_LOCALS(TableFunc);
|
||||
|
||||
READ_NODE_FIELD(ns_names);
|
||||
READ_NODE_FIELD(ns_uris);
|
||||
READ_NODE_FIELD(ns_names);
|
||||
READ_NODE_FIELD(docexpr);
|
||||
READ_NODE_FIELD(rowexpr);
|
||||
READ_NODE_FIELD(colnames);
|
||||
|
Reference in New Issue
Block a user