Add cleanup parsing contexts for pg_hba and pg_ident files - Mailing list pgsql-hackers

From Tofig Aliev
Subject Add cleanup parsing contexts for pg_hba and pg_ident files
Date
Msg-id f5652214332a4641fdc4762878636a9d@postgrespro.ru
Whole thread
List pgsql-hackers
Hi, hackers!

Background processes calling load_hba()/load_ident() may see
undefined behavior because PostmasterContext is already gone.
This patch adds proper context cleanup to prevent this issue.

regards,
Tofig Aliev

Attachment

pgsql-hackers by date:

Previous
From: yuanchao zhang
Date:
Subject: Re: Validate SERVER subscription conninfo during ALTER SUBSCRIPTION ... OWNER TO
Next
From: Tofig Aliev
Date:
Subject: Re: Add cleanup parsing contexts for pg_hba and pg_ident files