Skip to content

Commit da987d4

Browse files
committed
style(postgresql): style fixups
1 parent bf0133c commit da987d4

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# auto_explain
2-
31
auto_explain.log_min_duration = 10s
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# pg_cron
2-
31
cron.database_name = 'postgres'
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# hot_standby = on
2-
# restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
3-
# recovery_target_timeline = 'latest'
42

53
# primary_conninfo = 'host=localhost port=6543 user=replication'
4+
5+
# restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
6+
# recovery_target_timeline = 'latest'
Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
# - Archiving -
2-
31
#archive_mode = on
42
#archive_command = '/usr/bin/admin-mgr wal-push %p >> /var/log/wal-g/wal-push.log 2>&1'
53
#archive_timeout = 120
64

5+
hot_standby = off
76

8-
# - Archive Recovery -
9-
10-
#restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'
11-
12-
# - Recovery Target -
13-
7+
#recovery_target_action = 'promote'
8+
#recovery_target_inclusive = off
149
#recovery_target_lsn = ''
1510
#recovery_target_time = ''
16-
#recovery_target_action = 'promote'
1711
#recovery_target_timeline = 'latest'
18-
#recovery_target_inclusive = off
1912

20-
# - Hot Standby -
21-
hot_standby = off
13+
#restore_command = '/usr/bin/admin-mgr wal-fetch %f %p >> /var/log/wal-g/wal-fetch.log 2>&1'

0 commit comments

Comments
 (0)