Change GUC hashtable to use simplehash?

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Change GUC hashtable to use simplehash?
Date: 2023-11-17 19:02:31
Message-ID: d47ed659031babd416aaec45557e27e2a2e9ab70.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I had briefly experimented changing the hash table in guc.c to use
simplehash. It didn't offer any measurable speedup, but the API is
slightly nicer.

I thought I'd post the patch in case others thought this was a good
direction or nice cleanup.

--
Jeff Davis
PostgreSQL Contributor Team - AWS

Attachment Content-Type Size
v2-0001-Convert-GUC-hashtable-to-use-simplehash.patch text/x-patch 11.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2023-11-17 19:17:32 Re: Schema variables - new implementation for Postgres 15
Previous Message Andres Freund 2023-11-17 18:53:06 Re: meson documentation build open issues