Re: pgsql/src/backend/utils/cache relcache.c - Mailing list pgsql-committers

From Christopher Kings-Lynne
Subject Re: pgsql/src/backend/utils/cache relcache.c
Date
Msg-id 011101c201b9$4f9d94a0$9865fea9@Allan
Whole thread Raw
In response to pgsql/src/backend/utils/cache relcache.c  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql/src/backend/utils/cache relcache.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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
>


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/utils/cache Tag: REL7_2_STAB ...
Next
From: Tom Lane
Date:
Subject: Re: pgsql/src/backend/utils/cache relcache.c