postgresql/src
Tom Lane 701dcc983e Fix rare core dump in BackendIdGetTransactionIds().
BackendIdGetTransactionIds() neglected the possibility that the PROC
pointer in a ProcState array entry is null.  In current usage, this could
only crash if the other backend had exited since pgstat_read_current_status
saw it as active, which is a pretty narrow window.  But it's reachable in
the field, per bug #12918 from Vladimir Borodin.

Back-patch to 9.4 where the faulty code was introduced.
2015-03-30 13:05:27 -04:00
..
backend Fix rare core dump in BackendIdGetTransactionIds(). 2015-03-30 13:05:27 -04:00
bin Clean up all the cruft after a pg_rewind test run. 2015-03-29 20:54:37 -04:00
common Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
include Add index-only scan support to range type GiST opclass. 2015-03-30 13:22:38 +03:00
interfaces Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
makefiles
pl Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
port Upgrade src/port/rint.c to be POSIX-compliant. 2015-03-25 15:54:18 -04:00
template
test Add index-only scan support to range type GiST opclass. 2015-03-30 13:22:38 +03:00
timezone
tools Try to fix MSVC build of pg_rewind. 2015-03-23 20:26:49 +02:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib Unlink static libraries before rebuilding them. 2015-03-01 13:05:23 -05:00
nls-global.mk
win32.mak