Re: pgsql/src/backend/commands (dbcommands.c)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/commands (dbcommands.c)
Date: 2000-11-16 04:49:41
Message-ID: 27089.974350181@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> BufferSync() after heap_insert() seems to be lost.
> Connection to a database calls GetRawDatabaseinfo()
> which doesn't look at shared buffer pool at all.
> Connection to a database immediately after the database
> was created fails under WAL e.g. in regression test.

Hmm, perhaps I misunderstood what that was for. I moved it up to
before the system('cp -r') operation in hopes of ensuring that the
source database was up-to-date. But maybe we need another one at
the bottom.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2000-11-16 05:18:48 Re: Re: UUNET socket-file-location patch
Previous Message Hiroshi Inoue 2000-11-16 01:14:23 Re: pgsql/src/backend/commands (dbcommands.c)