[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver The message tries to tell the replication apply delay which fails if the first WAL record is not applied yet. Fix is, instead of telling overflowed minus numeric, showing "N/A" which indicates that the delay data is not yet available. Problem re

[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver The message tries to tell the replication apply delay which fails if the first WAL record is not applied yet. Fix is, instead of telling overflowed minus numeric, showing "N/A" which indicates that the delay data is not yet available. Problem re

[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver The message tries to tell the replication apply delay which fails if the first WAL record is not applied yet. Fix is, instead of telling overflowed minus numeric, showing "N/A" which indicates that the delay data is not yet available. Problem re

[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver The message tries to tell the replication apply delay which fails if the first WAL record is not applied yet. Fix is, instead of telling overflowed minus numeric, showing "N/A" which indicates that the delay data is not yet available. Problem re

[COMMITTERS] pgsql: Document the new custom scan APIs.

2015-03-13 Thread Robert Haas
Document the new custom scan APIs. These APIs changed somewhat subsequent to the initial commit, and may change further in the future, but let's document what we have today. KaiGai Kohei and Robert Haas, reviewed by Tom Lane and Thom Brown Branch -- master Details --- http://git.postgre

Re: [COMMITTERS] pgsql: Add GUC to enable compression of full page images stored in WAL.

2015-03-13 Thread Michael Paquier
On Thu, Mar 12, 2015 at 7:13 PM, Fujii Masao wrote: > On Wed, Mar 11, 2015 at 11:30 PM, Michael Paquier wrote: >> On Wed, Mar 11, 2015 at 11:18 PM, Andres Freund wrote: >>> I've not checked whether they're spurious or not. > > Thanks for the report! We can suppress those warnings just by > initiali