Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal.
Date: 2020-03-21 19:04:51
Message-ID: 3097.1584817491@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Noah Misch <noah(at)leadboat(dot)com> writes:
> Skip WAL for new relfilenodes, under wal_level=minimal.

Various buildfarm members seem not happy with this,
though it's not universal.

Also, given the invasiveness of the patch, I'm quite astonished
that you chose to back-patch it. Is this really worth ABI
breakage risks in the back branches?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2020-03-21 19:21:31 Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal.
Previous Message Noah Misch 2020-03-21 16:45:57 pgsql: During heap rebuild, lock any TOAST index until end of transacti