pgsql/src/backend/utils/cache Tag: REL7_2_STAB ...

Started by Tom Laneabout 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/05/22 13:29:45

Modified files:
src/backend/utils/cache: Tag: REL7_2_STABLE relcache.c

Log message:
Make RelationForgetRelation error out if the relcache entry has nonzero
reference count. This avoids leaving dangling pointers around, as in
recent bug report against sequences (bug# 671).