Re: [HACKERS] Re: Freezing docs for v6.5

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: Freezing docs for v6.5
Date: 1999-06-04 03:19:00
Message-ID: 375745A4.EDAF0006@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-06-04 03:19:26 Re: [HACKERS] Re: Freezing docs for v6.5
Previous Message Bruce Momjian 1999-06-04 03:13:06 Re: [HACKERS] Ye olde "relation doesn't quite exist" problem