Re: Possible regression setting GUCs on \connect - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Possible regression setting GUCs on \connect
Date
Msg-id 1204668.1682624095@sss.pgh.pa.us
Whole thread Raw
In response to Re: Possible regression setting GUCs on \connect  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes:
> I suspect the problem is that GUCArrayDelete() is using the wrong Datum:

> -                newUsersetArray = construct_array_builtin(&d, 1, BOOLOID);
> +                newUsersetArray = construct_array_builtin(&userSetDatum, 1, BOOLOID);

Ah, should have checked my mail earlier.

However, my concern about whether we even want this feature
still stands.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Possible regression setting GUCs on \connect
Next
From: Daniel Gustafsson
Date:
Subject: Re: Should vacuum process config file reload more often