Re: default_table_access_method is not in sample config file

2019-08-17 Thread Michael Paquier
On Fri, Aug 16, 2019 at 03:29:30PM -0700, Andres Freund wrote: > but I don't quite see GUCs like default_tablespace, search_path (due to > determining a created table's schema), temp_tablespace, > default_table_access_method fit reasonably well under that heading. They > all can affect persistent s

Re: default_table_access_method is not in sample config file

2019-08-16 Thread Andres Freund
On 2019-08-13 15:03:13 +0900, Michael Paquier wrote: > On Fri, Aug 09, 2019 at 11:34:05AM +0300, Heikki Linnakangas wrote: > > On 11/04/2019 19:49, Andres Freund wrote: > >> Hm, I think we should rather add it to sample. That's an oversight, not > >> intentional. > > > > I just noticed that this i

Re: default_table_access_method is not in sample config file

2019-08-12 Thread Michael Paquier
On Fri, Aug 09, 2019 at 11:34:05AM +0300, Heikki Linnakangas wrote: > On 11/04/2019 19:49, Andres Freund wrote: >> Hm, I think we should rather add it to sample. That's an oversight, not >> intentional. > > I just noticed that this is still an issue. default_table_access_method is > not in the sam

default_table_access_method is not in sample config file

2019-08-09 Thread Heikki Linnakangas
On 11/04/2019 19:49, Andres Freund wrote: On 2019-04-11 14:52:40 +0300, Heikki Linnakangas wrote: diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index f7f726b5aec..bbcab9ce31a 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -3638,7 +3638,