pgsql: Remove resowner_private.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove resowner_private.h
Date: 2024-04-20 09:02:31
Message-ID: E1ry6cA-002zTD-MY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove resowner_private.h

This header is not used since the refactoring of resource owners done in
b8bff07daa85, and all the functions declared in it became (well, mostly)
static inline local to each resowner kind's code path.

Author: Xing Guo
Discussion: https://postgr.es/m/CACpMh+BFmtK5Z=b6PvH4HLKhUpWa_VtRTZSrB4-yK-tQejpWGw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06a0f4d52be3a52a74725dd29c66cd486256a209

Modified Files
--------------
src/include/utils/resowner_private.h | 117 -----------------------------------
1 file changed, 117 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2024-04-20 17:00:21 pgsql: createdb: Correct parameter name in SGML docs
Previous Message David Rowley 2024-04-20 01:56:05 pgsql: Doc: document cases where queryid is stable