Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample.
Tom Lane <tgl@sss.pgh.pa.us>
Fix bogus range_table_mutator() logic for RangeTblEntry.tablesample. Must make a copy of the TableSampleClause node; the previous coding modified the input data structure in-place. Petr Jelinek
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/nodeFuncs.c | modified | +7 −3 |