Nathan Bossart <[email protected]> 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
