Re: [HACKERS] Re: Freezing docs for v6.5 - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] Re: Freezing docs for v6.5
Date
Msg-id 375745A4.EDAF0006@krs.ru
Whole thread Raw
In response to Re: [HACKERS] Re: Freezing docs for v6.5  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Re: Freezing docs for v6.5
List pgsql-hackers
Tom Lane wrote:
> 
> Hmm ... that's interesting, why does that work?  My guess is that the
> CommandCounterIncrement() after the CREATE TABLE causes the SI code ^^^^^^^^^^^^^^^^^^^^^^^^^
It's called in the case of 
create table bug1 (f1 int28 primary key);
too (after CREATE TABLE and before CREATE INDEX)...

> to take responsibility for bug1's pg_class row even though it's not
> truly committed.  However,

Vadim


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Ye olde "relation doesn't quite exist" problem
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: Freezing docs for v6.5