wal_decoding: Introduce the replication slot interface for resource reservation
authorAndres Freund <andres@anarazel.de>
Mon, 27 Jan 2014 16:13:48 +0000 (17:13 +0100)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Jan 2014 22:15:25 +0000 (17:15 -0500)
commitbd111be3619a8b69ab7a236ba4a8bd75a7eadd6b
tree1d490a4c3bdfefa16525c86b5e37cb7cfe04b486
parentea9df812d8502fff74e7bc37d61bdc7d66d77a7f
wal_decoding: Introduce the replication slot interface for resource reservation
18 files changed:
src/backend/access/transam/xlog.c
src/backend/catalog/system_views.sql
src/backend/replication/Makefile
src/backend/replication/slot.c [new file with mode: 0644]
src/backend/replication/slotfuncs.c [new file with mode: 0644]
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/procarray.c
src/backend/storage/lmgr/proc.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/initdb/initdb.c
src/include/access/xlog.h
src/include/catalog/pg_proc.h
src/include/nodes/replnodes.h
src/include/replication/slot.h [new file with mode: 0644]
src/include/storage/lwlock.h
src/include/storage/procarray.h
src/test/regress/expected/rules.out