pgsql/src/backend/utils/cache relcache.c

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

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).

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: pgsql/src/backend/utils/cache relcache.c

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: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).

---------------------------(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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#2)
Re: pgsql/src/backend/utils/cache relcache.c

Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:

Ummm out of interest, where is this bug database where each bug has a number
(eg. #671)?

All I know is what I read in pgsql-bugs.

regards, tom lane