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
..
2022-08-23 19:40:51 +03:00
2023-10-24 19:47:56 +02:00
2023-10-18 11:45:06 -03:00
2023-10-04 14:49:05 +05:30
2020-09-28 12:15:42 +02:00
2023-03-07 20:45:12 +05:30
2021-06-01 20:21:06 +02:00
2023-09-28 08:14:30 +02:00
2022-08-31 14:14:34 +03:00
2023-10-18 11:45:06 -03:00
2023-05-27 10:29:11 +05:30
2023-10-14 22:28:21 +02:00
2021-06-01 20:21:06 +02:00
2019-01-13 23:30:22 +01:00
2021-06-01 20:21:06 +02:00