summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2021-11-05 12:29:34 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2021-11-05 12:29:34 -0300
commit3eff168a29ca6d737611e8608504537d4ff18d50 (patch)
tree56095224fa1730efaac5a50a7982b7548a442aeb /src/backend/access/transam/xlog.c
parent7dc9a310e5227920a9dbd3bfaf21d98f9f507ff9 (diff)
Avoid crash in rare case of concurrent DROP
When a role being dropped contains is referenced by catalog objects that are concurrently also being dropped, a crash can result while trying to construct the string that describes the objects. Suppress that by ignoring objects whose descriptions are returned as NULL. The majority of relevant codesites were already cautious about this already; we had just missed a couple. This is an old bug, so backpatch all the way back. Reported-by: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/17126-21887f04508cb5c8@postgresql.org
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions