]> granicus.if.org Git - postgresql/commit
Remove num_xloginsert_locks GUC, replace with a #define
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 1 Oct 2014 13:37:15 +0000 (16:37 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 1 Oct 2014 13:42:26 +0000 (16:42 +0300)
commit5fa6c81a43d047a070eff1f711b90c084c6d3e31
tree3fd2ae5c05c00a456ec712dd3b7dc04a4e90ec9f
parenta39e78b710eb588e102aedd2828611d7bc74714b
Remove num_xloginsert_locks GUC, replace with a #define

I left the GUC in place for the beta period, so that people could experiment
with different values. No-one's come up with any data that a different value
would be better under some circumstances, so rather than try to document to
users what the GUC, let's just hard-code the current value, 8.
src/backend/access/transam/xlog.c
src/backend/utils/misc/guc.c
src/include/access/xlog.h