Remove num_xloginsert_locks GUC, replace with a #define

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 5fa6c81a43d047a070eff1f711b90c084c6d3e31
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-10-01T13:42:26Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +20 −14
src/backend/utils/misc/guc.c modified +0 −11
src/include/access/xlog.h modified +0 −1