mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
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.
This commit is contained in:
@@ -194,7 +194,6 @@ extern bool EnableHotStandby;
|
||||
extern bool fullPageWrites;
|
||||
extern bool wal_log_hints;
|
||||
extern bool log_checkpoints;
|
||||
extern int num_xloginsert_locks;
|
||||
|
||||
/* WAL levels */
|
||||
typedef enum WalLevel
|
||||
|
Reference in New Issue
Block a user