#include <unistd.h>
#include "access/clog.h"
+ #include "access/committs.h"
#include "access/multixact.h"
+#include "access/rewriteheap.h"
#include "access/subtrans.h"
#include "access/timeline.h"
#include "access/transam.h"
#wal_keep_segments = 0 # in logfile segments, 16MB each; 0 disables
#wal_sender_timeout = 60s # in milliseconds; 0 disables
+#max_logical_slots = 0 # max number of logical replication sender
+ # and receiver processes. Logical senders
+ # (but not receivers) also consume a
+ # max_wal_senders slot.
++
+ #track_commit_timestamp = off # collect timestamp of transaction commit
# (change requires restart)
# - Master Server -