Re: pgsql/src/backend/commands (dbcommands.c) - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql/src/backend/commands (dbcommands.c)
Date
Msg-id 27089.974350181@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql/src/backend/commands (dbcommands.c)  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-committers
Hiroshi Inoue <Inoue@tpf.co.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

pgsql-committers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: pgsql/src/backend/commands (dbcommands.c)
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/src/backend/nodes (outfuncs.c)