pgsql/src/backend/utils/cache relcache.c
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).
Ummm out of interest, where is this bug database where each bug has a number
(eg. #671)?
Chris
----- Original Message -----
From: "Tom Lane" <tgl@postgresql.org>
To: <pgsql-committers@postgresql.org>
Sent: Wednesday, May 22, 2002 8:57 AM
Subject: [COMMITTERS] pgsql/src/backend/utils/cache relcache.c
Show quoted text
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/05/22 11:57:40Modified files:
src/backend/utils/cache: relcache.cLog 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).---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly