[COMMITTERS] pgsql: Document that max_worker_processes must be high enough in standb

2015-09-03 Thread Fujii Masao
Document that max_worker_processes must be high enough in standby. The setting values of some parameters including max_worker_processes must be equal to or higher than the values on the master. However, previously max_worker_processes was not listed as such parameter in the document. So this commi

[COMMITTERS] pgsql: Document that max_worker_processes must be high enough in standb

2015-09-03 Thread Fujii Masao
Document that max_worker_processes must be high enough in standby. The setting values of some parameters including max_worker_processes must be equal to or higher than the values on the master. However, previously max_worker_processes was not listed as such parameter in the document. So this commi

[COMMITTERS] pgsql: Document that max_worker_processes must be high enough in standb

2015-09-03 Thread Fujii Masao
Document that max_worker_processes must be high enough in standby. The setting values of some parameters including max_worker_processes must be equal to or higher than the values on the master. However, previously max_worker_processes was not listed as such parameter in the document. So this commi

[COMMITTERS] pgsql: Assorted code review for recent ProcArrayLock patch.

2015-09-03 Thread Robert Haas
Assorted code review for recent ProcArrayLock patch. Post-commit review by Andres Freund discovered a couple of concurrency bugs in the original patch: specifically, if the leader cleared a follower's XID before it reached PGSemaphoreLock, the semaphore would be left in the wrong state; and if ano