Re: Remove deprecated header file resowner_private.h.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Xing Guo <higuoxing@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-04-20T02:54:29Z
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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove resowner_private.h
- 06a0f4d52be3 17.0 landed
-
Make ResourceOwners more easily extensible.
- b8bff07daa85 17.0 cited