From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Vik Fearing <vik(at)postgresfriends(dot)org> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Default gucs for EXPLAIN |
Date: | 2020-05-23 16:23:27 |
Message-ID: | CAFj8pRDC90nevM4N0yu-U+ySx+prZu5CKay4ob_c=Sd3GUnS1g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
so 23. 5. 2020 v 11:14 odesílatel Vik Fearing <vik(at)postgresfriends(dot)org>
napsal:
> Here is a patch to provide default gucs for EXPLAIN options.
>
> I have two goals with this patch. The first is that I personally
> *always* want BUFFERS turned on, so this would allow me to do it without
> typing it every time.
>
> The second is it would make it easier to change the actual default for
> settings if we choose to do so because users would be able to switch it
> back if they prefer.
>
> The patch is based off of a995b371ae.
>
It's lot of new GUC variables. Isn't better only one that allows list of
values?
Regards
Pavel
> --
> Vik Fearing
>
From | Date | Subject | |
---|---|---|---|
Next Message | Vik Fearing | 2020-05-23 16:33:48 | Re: Default gucs for EXPLAIN |
Previous Message | Dmitry Dolgov | 2020-05-23 16:16:34 | Re: [PATCH] Keeps tracking the uniqueness with UniqueKey |