Andres Freund <andres(at)anarazel(dot)de> writes:
> On 2022-08-24 17:25:31 +0200, Peter Eisentraut wrote:
>> Here are patches for that.
> These patches have been failing since they were posted, afaict:
> https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/39/3848
> I assume that's known?
I think this is the issue Peter mentioned about needing to distinguish
between empty strings and NULL strings. We're going to need to rethink
the behavior of pg_strtok() a bit to fix that.
regards, tom lane