From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Modernizing our GUC infrastructure |
Date: | 2022-09-13 16:17:50 |
Message-ID: | 2296584.1663085870@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I wrote:
> Attached is a patch series that attempts to modernize our GUC
> infrastructure, in particular removing the performance bottlenecks
> it has when there are lots of GUC variables.
Rebased over 0a20ff54f.
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
0001-memory-management-preliminaries-2.patch | text/x-diff | 6.1 KB |
0002-keep-guc-data-in-a-context-2.patch | text/x-diff | 30.7 KB |
0003-use-dynahash-instead-of-array-2.patch | text/x-diff | 27.4 KB |
0004-add-auxiliary-lists-2.patch | text/x-diff | 20.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Jacob Champion | 2022-09-13 16:50:31 | Re: Pluggable toaster |
Previous Message | Marina Polyakova | 2022-09-13 15:51:39 | Re: ICU for global collation |