postgresql/src
Tatsuo Ishii 364c006c1f 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 reported by me and patch by
Fabrízio de Royes Mello.

Back patched to 9.4, 9.3 and 9.2 stable branches (9.1 and 9.0 do not
have the debug message).
2015-03-14 08:16:50 +09:00
..
backend Fix integer overflow in debug message of walreceiver 2015-03-14 08:16:50 +09:00
bin Make operator precedence follow the SQL standard more closely. 2015-03-11 13:22:52 -04:00
common Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
include Support flattening of empty-FROM subqueries and one-row VALUES tables. 2015-03-11 23:18:03 -04:00
interfaces Fix libpq test expected output file 2015-03-11 17:04:27 -03:00
makefiles Revert haphazard pgxs makefile changes 2014-12-04 08:07:59 -05:00
pl PL/Python: Fix regression tests for Python 3 2015-03-11 18:30:56 -04:00
port Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS). 2015-03-07 00:48:04 -05:00
template Remove duplicate specification of -Ae for HP-UX C compiler. 2015-01-13 22:52:11 -05:00
test Support flattening of empty-FROM subqueries and one-row VALUES tables. 2015-03-11 23:18:03 -04:00
timezone Update time zone data files to tzdata release 2015a. 2015-01-30 22:45:44 -05:00
tools Refactor Mkvcbuild.pm to facilitate modules migrations 2015-03-11 10:21:01 -03:00
tutorial Update copyright for 2015 2015-01-06 11:43:47 -05:00
.gitignore
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Fix installcheck case for tap tests 2014-12-24 10:31:36 -05:00
Makefile.shlib Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00