Re: pgsql: Get rid of the dynamic shared memory state file. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Get rid of the dynamic shared memory state file.
Date
Msg-id 26839.1396988408@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Get rid of the dynamic shared memory state file.  (Robert Haas <rhaas@postgresql.org>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Get rid of the dynamic shared memory state file.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Get rid of the dynamic shared memory state file.