Re: Replace px_memset() with explicit_bzero() - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Replace px_memset() with explicit_bzero()
Date
Msg-id BEA9F53A-125E-4CD0-8016-54D3F3AB2B6E@yesql.se
Whole thread
List pgsql-hackers
> On 25 Aug 2026, at 10:14, Peter Eisentraut <peter@eisentraut.org> wrote:

> The former was trying to do the same as the latter, but the latter has more robust and portable implementations, and
it'sthe standard across the tree, so replace and remove px_memset(). 

While I didn't read the patch, +1 on the concept.  It's been on my TODO since
it was reported in https://postgr.es/m/87ldew2yqu.fsf@wibble.ilmari.org but
hadn't bubbled to the top.

--
Daniel Gustafsson




Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Assertion failure in GetSubscriptionRelations() with concurrent DROP TABLE
Next
From: prankware
Date:
Subject: Re: COALESCE patch