Re: [HACKERS] Re: [BUGS] NOTICE:AbortTransaction and not in in-progress state

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: [BUGS] NOTICE:AbortTransaction and not in in-progress state
Date: 1998-06-14 06:35:31
Message-ID: 35836F33.ADA97C9B@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> Index: src/backend/catalog/heap.c
> ===================================================================
> ***************
> *** 1375,1380 ****
> --- 1370,1376 ----
> rdesc->rd_tmpunlinked = TRUE;
> heap_close(rdesc);
> RemoveFromTempRelList(rdesc);
> + RelationForgetRelation(rdesc->rd_id);

We need not in RelationForgetRelation() in heap_destroy().
Local relations are handled in other way...

Vadim

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-06-14 22:11:55 Re: [HACKERS] Re: Odd behavior in regression test?
Previous Message Brett McCormick 1998-06-14 03:07:35 Re: [HACKERS] Re: [BUGS] NOTICE:AbortTransaction and not in in-progress state