[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