]> 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:40:03 +0000 (16:40 +0300)
commitfc0acf43878bcd70dc1b701b054521d8553d2088
treed53253cb1502a1c9478136f06049e49eac4cd5a7
parente14ed8e2f5382185c9cd0215bf88dc90eb1907cb
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