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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src/backend/commands (dbcommands.c)
Дата
Msg-id 27089.974350181@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql/src/backend/commands (dbcommands.c)  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: pgsql/src/backend/commands (dbcommands.c)
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/src/backend/nodes (outfuncs.c)