Re: BUG #15646: Inconsistent behavior for current_setting/set_config

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: kes-kes(at)yandex(dot)ru, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15646: Inconsistent behavior for current_setting/set_config
Date: 2019-02-20 17:11:15
Message-ID: 16698.1550682675@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Joe Conway <mail(at)joeconway(dot)com> writes:
> On 2/20/19 11:10 AM, PG Bug reporting form wrote:
>> But current behavior returns empty string instead of NULL (the initial
>> value) after transaction is rolled back. When I restart session, NULL is
>> returned again as it is expected.

> This has been discussed before and dismissed:
> https://www.postgresql.org/message-id/flat/56842412.5000005%40joeconway.com
> Personally I agree it is a bug, but I am not sure you will get much
> support for that position.

The fact that we allow undeclared user-defined GUCs at all is a bug IMO.
We need to find a way to replace that behavior with something whereby
the name and type of a parameter are declared up-front before you can
set it.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2019-02-20 17:32:20 Re: BUG #15646: Inconsistent behavior for current_setting/set_config
Previous Message Joe Conway 2019-02-20 17:01:47 Re: BUG #15646: Inconsistent behavior for current_setting/set_config

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2019-02-20 17:32:20 Re: BUG #15646: Inconsistent behavior for current_setting/set_config
Previous Message Joe Conway 2019-02-20 17:01:47 Re: BUG #15646: Inconsistent behavior for current_setting/set_config