Re: pure parsers and reentrant scanners - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: pure parsers and reentrant scanners
Date
Msg-id 8befd830-3b8c-4559-bd43-d3183010a8a4@iki.fi
Whole thread Raw
List pgsql-hackers
On 16/12/2024 09:39, Peter Eisentraut wrote:
> On 02.12.24 10:46, Peter Eisentraut wrote:
>> This patch series changes several parsers in the backend and contrib 
>> modules to use bison pure parsers and flex reentrant scanners. This is 
>> ultimately toward thread-safety, but I think it's also just nicer in 
>> general, and it might also fix a few possible small memory leaks.
> 
> I did a bit more work on this, so here is an updated patch set.

Looks good to me. There's more work to be done, but this is all good 
steps in the right direction.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: Visibility bug with prepared transaction with subtransactions on standby
Next
From: John Naylor
Date:
Subject: Re: Sort functions with specialized comparators