aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2024-08-19 16:09:10 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2024-08-19 16:09:10 -0400
commita6ff329e7b7231aba9789922daa25e2367709d50 (patch)
treec7ba254a0347a424c22a749ee7009bfbe633540c /src/backend/utils/adt/ruleutils.c
parentf6991cafa36ee8cb943a34f13452fd166b7907c2 (diff)
downloadpostgresql-a6ff329e7b7231aba9789922daa25e2367709d50.tar.gz
postgresql-a6ff329e7b7231aba9789922daa25e2367709d50.zip
Avoid failure to open dropped detached partition
When a partition is detached and immediately dropped, a prepared statement could try to compute a new partition descriptor that includes it. This leads to this kind of error: ERROR: could not open relation with OID 457639 Avoid this by skipping the partition in expand_partitioned_rtentry if it doesn't exist. Noted by me while investigating bug #18559. Kuntal Gosh helped to identify the exact failure. Backpatch to 14, where DETACH CONCURRENTLY was introduced. Author: Álvaro Herrera <alvherre@alvh.no-ip.org> Reviewed-by: Kuntal Ghosh <kuntalghosh.2007@gmail.com> Reviewed-by: Junwang Zhao <zhjwpku@gmail.com> Discussion: https://postgr.es/m/202408122233.bo4adt3vh5bi@alvherre.pgsql
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions