pgsql: Include TableFunc references when computing expression dependenc

2019-11-13 Thread Tom Lane
Include TableFunc references when computing expression dependencies. The TableFunc node (i.e., XMLTABLE) includes type and collation OIDs that might not be referenced anywhere else in the expression tree, so they need to be accounted for when extracting dependencies. Fortunately, the practical ef

pgsql: Include TableFunc references when computing expression dependenc

2019-11-13 Thread Tom Lane
Include TableFunc references when computing expression dependencies. The TableFunc node (i.e., XMLTABLE) includes type and collation OIDs that might not be referenced anywhere else in the expression tree, so they need to be accounted for when extracting dependencies. Fortunately, the practical ef

pgsql: Include TableFunc references when computing expression dependenc

2019-11-13 Thread Tom Lane
Include TableFunc references when computing expression dependencies. The TableFunc node (i.e., XMLTABLE) includes type and collation OIDs that might not be referenced anywhere else in the expression tree, so they need to be accounted for when extracting dependencies. Fortunately, the practical ef

pgsql: Include TableFunc references when computing expression dependenc

2019-11-13 Thread Tom Lane
Include TableFunc references when computing expression dependencies. The TableFunc node (i.e., XMLTABLE) includes type and collation OIDs that might not be referenced anywhere else in the expression tree, so they need to be accounted for when extracting dependencies. Fortunately, the practical ef