diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-07-21 20:03:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-07-21 20:03:58 -0400 |
commit | b6e7780346bae5fe07bd4631d355e692e1a8d006 (patch) | |
tree | a93df9ade47bb73a9832dfa728a3196c6a15ade3 /src/tutorial/complex.c | |
parent | 49c30004073fdb90800054cd1d13e5ab441f6283 (diff) |
Fix add_rte_to_flat_rtable() for recent feature additions.
The TABLESAMPLE and row security patches each overlooked this function,
though their errors of omission were opposite: RLS failed to zero out the
securityQuals field, leading to wasteful copying of useless expression
trees in finished plans, while TABLESAMPLE neglected to add a comment
saying that it intentionally *isn't* deleting the tablesample subtree.
There probably should be a similar comment about ctename, too.
Back-patch as appropriate.
Diffstat (limited to 'src/tutorial/complex.c')
0 files changed, 0 insertions, 0 deletions