aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/syscat.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2025-01-16 20:40:07 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2025-01-16 20:40:07 -0500
commit724ebebb110493f2000114404188cc3e935153f6 (patch)
tree7190473487a622b4bfe587386fd071a991d9d835 /src/tutorial/syscat.source
parente5d113057d5fb8e6ecd39521784d48d4966f6a53 (diff)
downloadpostgresql-724ebebb110493f2000114404188cc3e935153f6.tar.gz
postgresql-724ebebb110493f2000114404188cc3e935153f6.zip
Fix setrefs.c's failure to do expression processing on prune steps.
We should run the expression subtrees of PartitionedRelPruneInfo structs through fix_scan_expr. Failure to do so means that AlternativeSubPlans within those expressions won't be cleaned up properly, resulting in "unrecognized node type" errors since v14. It seems fairly likely that at least some of the other steps done by fix_scan_expr are important here as well, resulting in as-yet- undetected bugs. Therefore, I've chosen to back-patch this to all supported branches including v13, even though the known symptom doesn't manifest in v13. Per bug #18778 from Alexander Lakhin. Discussion: https://postgr.es/m/18778-24cd399df6c806af@postgresql.org
Diffstat (limited to 'src/tutorial/syscat.source')
0 files changed, 0 insertions, 0 deletions