CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/05/22 11:57:40
Modified files:
src/backend/utils/cache: 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).