Re: patch to allow disable of WAL recycling
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Jerry Jelinek <jerry.jelinek@joyent.com>,
Michael Paquier <michael@paquier.xyz>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Thomas Munro <thomas.munro@enterprisedb.com>, Andres Freund <andres@anarazel.de>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-03-06T18:10:43Z
Lists: pgsql-hackers
On Wed, Mar 6, 2019 at 1:02 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > Well, I don't have a problem reading long texts; my problem is that I'm > unable to argue as quickly. That's my secret weapon... except that it's not much of a secret. > I do buy your argument, though (if reluctantly); in particular I was > worried to offer a parameter (to turn off zero-filling of segments) that > would enable dangerous behavior, but then I realized we also have > fsync=off of which the same thing can be said. So I agree we should > have two GUCs, properly explained, with a warning where appropriate. OK, thanks. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Add wal_recycle and wal_init_zero GUCs.
- 475861b2615d 12.0 landed
-
Add GUC and storage parameter to set the maximum size of GIN pending list.
- a1b395b6a26a 9.5.0 cited