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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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).


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

From
Christopher Kings-Lynne
Date:
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


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


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

From
Tom Lane
Date:
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