Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby
Date
Msg-id 20151102055841.2561.61366.pgcf@coridan.postgresql.org
Whole thread Raw
Responses Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby  (Michael Paquier <michael.paquier@gmail.com>)
Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           not tested
Documentation:            not tested

Simple patch, applies and makes cleanly, does what it says and says what it does.

If a transaction holding locks aborts on an otherwise idle server, perhaps it will take a very long time for a
log-shippingstandby to realize this.  But I have hard time believing that anyone who cares about that would be using
log-shipping(rather than streaming) anyway.
 

Marking it ready for committer.

The new status of this patch is: Ready for Committer



pgsql-hackers by date:

Previous
From: YuanyuanLiu
Date:
Subject: Why not to use 'pg_ctl start -D ../data' to register posgtresql windows service
Next
From: Michael Paquier
Date:
Subject: Re: remove wal_level archive