Re: pgsql: Get rid of the dynamic shared memory state file.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Get rid of the dynamic shared memory state file.
Дата
Msg-id 26839.1396988408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Get rid of the dynamic shared memory state file.  (Robert Haas <rhaas@postgresql.org>)
Список pgsql-committers
Robert Haas <rhaas@postgresql.org> writes:
> Get rid of the dynamic shared memory state file.

The Windows buildfarm critters don't seem to like this patch.
narwhal for example:

creating directory C:/msys/1.0/local/pgbuildfarm/buildroot/HEAD/pgsql.3944/src/test/regress/./tmp_check/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... windows
creating configuration files ... ok
creating template1 database in
C:/msys/1.0/local/pgbuildfarm/buildroot/HEAD/pgsql.3944/src/test/regress/./tmp_check/data/base/1... LOG:  dynamic
sharedmemory control segment is corrupt 
child process was terminated by exception 0xC0000005

baiji and bowerbird also crashed in initdb, though without the message
about "dynamic shared memory control segment is corrupt".  Presumably
it's the same bug though.

            regards, tom lane


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Get rid of the dynamic shared memory state file.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Get rid of the dynamic shared memory state file.