[COMMITTERS] pgsql: Tag refs/tags/REL9_1_19 was created

2015-10-06 Thread pgsql
Tag refs/tags/REL9_1_19 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_2_14 was created

2015-10-06 Thread pgsql
Tag refs/tags/REL9_2_14 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_3_10 was created

2015-10-06 Thread pgsql
Tag refs/tags/REL9_3_10 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_0_23 was created

2015-10-06 Thread pgsql
Tag refs/tags/REL9_0_23 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_4_5 was created

2015-10-06 Thread pgsql
Tag refs/tags/REL9_4_5 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_5_BETA1 was created

2015-10-06 Thread pgsql
Tag refs/tags/REL9_5_BETA1 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Perform an immediate shutdown if the postmaster.pid file is remo

2015-10-06 Thread Tom Lane
Perform an immediate shutdown if the postmaster.pid file is removed. The postmaster now checks every minute or so (worst case, at most two minutes) that postmaster.pid is still there and still contains its own PID. If not, it performs an immediate shutdown, as though it had received SIGQUIT. The

[COMMITTERS] pgsql: Perform an immediate shutdown if the postmaster.pid file is remo

2015-10-06 Thread Tom Lane
Perform an immediate shutdown if the postmaster.pid file is removed. The postmaster now checks every minute or so (worst case, at most two minutes) that postmaster.pid is still there and still contains its own PID. If not, it performs an immediate shutdown, as though it had received SIGQUIT. The

[COMMITTERS] pgsql: Perform an immediate shutdown if the postmaster.pid file is remo

2015-10-06 Thread Tom Lane
Perform an immediate shutdown if the postmaster.pid file is removed. The postmaster now checks every minute or so (worst case, at most two minutes) that postmaster.pid is still there and still contains its own PID. If not, it performs an immediate shutdown, as though it had received SIGQUIT. The

[COMMITTERS] pgsql: Perform an immediate shutdown if the postmaster.pid file is remo

2015-10-06 Thread Tom Lane
Perform an immediate shutdown if the postmaster.pid file is removed. The postmaster now checks every minute or so (worst case, at most two minutes) that postmaster.pid is still there and still contains its own PID. If not, it performs an immediate shutdown, as though it had received SIGQUIT. The

[COMMITTERS] pgsql: Perform an immediate shutdown if the postmaster.pid file is remo

2015-10-06 Thread Tom Lane
Perform an immediate shutdown if the postmaster.pid file is removed. The postmaster now checks every minute or so (worst case, at most two minutes) that postmaster.pid is still there and still contains its own PID. If not, it performs an immediate shutdown, as though it had received SIGQUIT. The

[COMMITTERS] pgsql: Perform an immediate shutdown if the postmaster.pid file is remo

2015-10-06 Thread Tom Lane
Perform an immediate shutdown if the postmaster.pid file is removed. The postmaster now checks every minute or so (worst case, at most two minutes) that postmaster.pid is still there and still contains its own PID. If not, it performs an immediate shutdown, as though it had received SIGQUIT. The

[COMMITTERS] pgsql: Remove more volatile qualifiers.

2015-10-06 Thread Robert Haas
Remove more volatile qualifiers. Prior to commit 0709b7ee72e4bc71ad07b7120acd117265ab51d0, access to variables within a spinlock-protected critical section had to be done through a volatile pointer, but that should no longer be necessary. This continues work begun in df4077cda2eae3eb4a5cf387da0c1e