Sven Klemm dc91938885 PG16: Fix JOIN behaviour
PG16 will remove RelOptInfo entries from root->simple_rel_array
when it considers them not needed in analyzejoins.c to prevent
reprocessing them. Due to this a relation may be present in
root->simple_rte_array but have no corresponding entry in
root->simple_rel_array. This patch adds a check for this case.

https://github.com/postgres/postgres/commit/e9a20e45
2023-10-24 19:47:56 +02:00
..
2023-10-24 19:47:56 +02:00
2019-06-12 17:01:55 -04:00
2020-05-28 18:35:09 +02:00
2023-05-27 10:29:11 +05:30