Remove NULL dereference from RenameRelationInternal().
authorNoah Misch <noah@leadboat.com>
Sun, 29 Sep 2024 22:54:25 +0000 (15:54 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 29 Sep 2024 22:54:29 +0000 (15:54 -0700)
commitb9ee1339bfbe078ee04468dfce2820248061155b
tree092c1b60e686c7c058f230e10a9fea3d3b203234
parent0c827fbdb81ad873921c3fae4d973151d8a00785
Remove NULL dereference from RenameRelationInternal().

Defect in last week's commit aac2c9b4fde889d13f859c233c2523345e72d32b,
per Coverity.  Reaching this would need catalog corruption.  Back-patch
to v12, like that commit.
src/backend/commands/tablecmds.c