postgresql/src
Robert Haas 3fed417452 Provide a way to predefine LWLock tranche IDs.
It's a bit cumbersome to use LWLockNewTrancheId(), because the returned
value needs to be shared between backends so that each backend can call
LWLockRegisterTranche() with the correct ID.  So, for built-in tranches,
use a hard-coded value instead.

This is motivated by an upcoming patch adding further built-in tranches.

Andres Freund and Robert Haas
2015-12-15 11:48:19 -05:00
..
backend Provide a way to predefine LWLock tranche IDs. 2015-12-15 11:48:19 -05:00
bin Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test. 2015-12-14 19:22:50 -05:00
common
include Provide a way to predefine LWLock tranche IDs. 2015-12-15 11:48:19 -05:00
interfaces Fix out-of-memory error handling in ParameterDescription message processing. 2015-12-14 18:19:10 +02:00
makefiles
pl Instruct Coverity using an assertion. 2015-12-05 03:04:17 -05:00
port Adopt the GNU convention for handling tar-archive members exceeding 8GB. 2015-11-21 20:21:31 -05:00
template Remove some remains from Alpha support removal 2015-10-29 16:40:14 -04:00
test Collect the global OR of hasRowSecurity flags for plancache 2015-12-14 20:05:43 -05:00
timezone
tools Accept flex > 2.5.x on Windows, too. 2015-12-10 10:19:13 -05:00
tutorial
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Make prove_installcheck remove the old log directory, if any. 2015-10-11 20:36:07 -04:00
Makefile.shlib
nls-global.mk
win32.mak