diff options
author | Christoph Berg | 2015-07-17 20:29:30 +0000 |
---|---|---|
committer | Christoph Berg | 2015-07-17 20:29:30 +0000 |
commit | 2185a428ffa7a16a02ad10141e0fdf814bbdbcee (patch) | |
tree | 71d2f7a0ade44c247f7862295defdb8196ba339c /check_postgres.pl | |
parent | 1e06b0d8754ec0953d7f4976e3d8dff125718df4 (diff) |
Add test for --action=wal_files --lsfunc
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 7f4aefe7e..97e0ad596 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -10127,6 +10127,10 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Add Spanish message translations (Luis Vazquez) + Allow a wrapper function to run wal_files and archive_ready actions as + non-superuser + (Joshua Elsasser) + =item B<Version 2.22.0> June 30, 2015 Add xact timestamp support to hot_standby_delay. |