diff options
Diffstat (limited to 'src/include/access/xlog.h')
-rw-r--r-- | src/include/access/xlog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 1eaa5c1c210..86a1c40d2a2 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -192,7 +192,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 |