Re: [PATCH] Miscellaneous little fixes

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Miscellaneous little fixes
Date: 2026-04-14 21:28:52
Message-ID: ad6xlFHLj3wo_KyQ@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2026-04-14 21:49:34 Re: Speed up ICU case conversion by using ucasemap_utf8To*()
Previous Message Michael Paquier 2026-04-14 21:16:07 Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)