Re: Remove deprecated header file resowner_private.h.

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Xing Guo <higuoxing(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Remove deprecated header file resowner_private.h.
Date: 2024-04-20 02:54:29
Message-ID: ZiMuZaCYZ9zCXUwQ@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Apr 20, 2024 at 10:07:45AM +0800, Xing Guo wrote:
> I noticed that the header file resowner_private.h is deprecated and no
> longer useful after commit b8bff07[^1]. We should remove it.

Nice catch, looks like a `git rm` has been slippery here . It is
indeed confusing to keep it around now that all these routines are
mostly internal or have been switched to static inline that work as
wrappers of some other resowner routines.

Will clean up.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-04-20 02:55:46 Re: ALTER TABLE SET ACCESS METHOD on partitioned tables
Previous Message Xing Guo 2024-04-20 02:07:45 Remove deprecated header file resowner_private.h.