Re: pg_basebackup failure after setting default_table_access_methodoption - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pg_basebackup failure after setting default_table_access_methodoption
Date
Msg-id 20190610073733.GG2199@paquier.xyz
Whole thread Raw
In response to Re: pg_basebackup failure after setting default_table_access_methodoption  (Andres Freund <andres@anarazel.de>)
Responses Re: pg_basebackup failure after setting default_table_access_methodoption
List pgsql-hackers
On Sat, Jun 08, 2019 at 08:26:07AM -0700, Andres Freund wrote:
> We have plenty other callbacks that aren't bulletproof, so I don't think
> this is really something we should / can change in isolation here.

Good point.  I was looking at the check callbacks in guc.c for similar
changes, and missed these.  After testing, only these parameters fail
with the same error:
- default_table_access_method
- default_text_search_config

For the second one it's much older.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Kuntal Ghosh
Date:
Subject: Re: Why to index a "Recently DEAD" tuple when creating index
Next
From: Michael Paquier
Date:
Subject: Re: pg_upgrade: prep_status doesn't translate messages