pgsql: Remove num_xloginsert_locks GUC, replace with a #define

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove num_xloginsert_locks GUC, replace with a #define
Date: 2014-10-01 13:43:46
Message-ID: E1XZKC2-0004dW-9C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/fc0acf43878bcd70dc1b701b054521d8553d2088

Modified Files
--------------
src/backend/access/transam/xlog.c | 34 ++++++++++++++++++++--------------
src/backend/utils/misc/guc.c | 11 -----------
src/include/access/xlog.h | 1 -
3 files changed, 20 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-10-01 15:42:00 pgsql: Refactor replication connection code of various pg_basebackup ut
Previous Message Andres Freund 2014-10-01 13:34:16 pgsql: Block signals while computing the sleep time in postmaster's mai