Re: pgsql: Make SQLFunctionCache long-lived again. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make SQLFunctionCache long-lived again.
Date
Msg-id 2249831.1744909325@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Make SQLFunctionCache long-lived again.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
I wrote:
> Make SQLFunctionCache long-lived again.

Drat ... immediately after pushing these patches, I realized
I'd forgotten to adjust the commit messages to include a
discussion link.  For the archives' sake:

Discussion: https://postgr.es/m/1112592.1744572204@sss.pgh.pa.us

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Split some storage out to separate subcontexts of fcontext.
Next
From: Tom Lane
Date:
Subject: pgsql: Portability fix: isdigit() must be passed an unsigned char.