[COMMITTERS] pgsql: Doc: add missing note about permissions needed to change log_loc

2017-07-19 Thread Tom Lane
Doc: add missing note about permissions needed to change log_lock_waits. log_lock_waits is PGC_SUSET, but config.sgml lacked the standard boilerplate sentence noting that. Report: https://postgr.es/m/[email protected] Branch -- REL9_5_STABLE Details ---

[COMMITTERS] pgsql: Doc: add missing note about permissions needed to change log_loc

2017-07-19 Thread Tom Lane
Doc: add missing note about permissions needed to change log_lock_waits. log_lock_waits is PGC_SUSET, but config.sgml lacked the standard boilerplate sentence noting that. Report: https://postgr.es/m/[email protected] Branch -- REL9_4_STABLE Details ---

[COMMITTERS] pgsql: Doc: add missing note about permissions needed to change log_loc

2017-07-19 Thread Tom Lane
Doc: add missing note about permissions needed to change log_lock_waits. log_lock_waits is PGC_SUSET, but config.sgml lacked the standard boilerplate sentence noting that. Report: https://postgr.es/m/[email protected] Branch -- REL9_6_STABLE Details ---

[COMMITTERS] pgsql: Doc: add missing note about permissions needed to change log_loc

2017-07-19 Thread Tom Lane
Doc: add missing note about permissions needed to change log_lock_waits. log_lock_waits is PGC_SUSET, but config.sgml lacked the standard boilerplate sentence noting that. Report: https://postgr.es/m/[email protected] Branch -- REL9_2_STABLE Details ---

[COMMITTERS] pgsql: Doc: add missing note about permissions needed to change log_loc

2017-07-19 Thread Tom Lane
Doc: add missing note about permissions needed to change log_lock_waits. log_lock_waits is PGC_SUSET, but config.sgml lacked the standard boilerplate sentence noting that. Report: https://postgr.es/m/[email protected] Branch -- master Details --- https:/

[COMMITTERS] pgsql: Doc: add missing note about permissions needed to change log_loc

2017-07-19 Thread Tom Lane
Doc: add missing note about permissions needed to change log_lock_waits. log_lock_waits is PGC_SUSET, but config.sgml lacked the standard boilerplate sentence noting that. Report: https://postgr.es/m/[email protected] Branch -- REL9_3_STABLE Details ---

[COMMITTERS] pgsql: Add static assertions about pg_control fitting into one disk sec

2017-07-19 Thread Tom Lane
Add static assertions about pg_control fitting into one disk sector. When pg_control was first designed, sizeof(ControlFileData) was small enough that a comment seemed like plenty to document the assumption that it'd fit into one disk sector. Now it's nearly 300 bytes, raising the possibility tha