Re: [PATCH] Miscellaneous little fixes - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Miscellaneous little fixes
Date
Msg-id ad6xlFHLj3wo_KyQ@paquier.xyz
Whole thread
In response to [PATCH] Miscellaneous little fixes  (Aleksander Alekseev <aleksander@tigerdata.com>)
Responses Re: [PATCH] Miscellaneous little fixes
Re: [PATCH] Miscellaneous little fixes
List pgsql-hackers
On Tue, Apr 14, 2026 at 06:20:41PM +0300, Aleksander Alekseev wrote:
> 3. oid_hash macro is not used for a long time and can be removed.

There is no cost in keeping it, and removing it could break some
extension code out there..

Picked up the rest in a staging branch.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Next
From: Jeff Davis
Date:
Subject: Re: Speed up ICU case conversion by using ucasemap_utf8To*()