Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
| Path | Change | +/− |
|---|---|---|
| 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 |