Re: Should we remove vacuum_defer_cleanup_age?

Jonathan S. Katz <jkatz@postgresql.org>

From: "Jonathan S. Katz" <jkatz@postgresql.org>
To: Laurenz Albe <laurenz.albe@cybertec.at>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Greg Stark <stark@mit.edu>
Cc: Robert Haas <robertmhaas@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>, Andres Freund <andres@anarazel.de>, Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@postgresql.org
Date: 2023-04-14T19:07:37Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Rework text in replication slots documentation

  2. Remove vacuum_defer_cleanup_age

  3. Allow read only connections during recovery, known as Hot Standby.

On 4/14/23 1:15 PM, Laurenz Albe wrote:

> Let's remove vacuum_defer_cleanup_age, and put a note in the release notes
> that recommends using statement_timeout and hot_standby_feedback = on
> on the standby instead.
> That should have pretty much the same effect, and it is measured in
> time and not in the number of transactions.

+1.

Jonathan