pgsql: Remove function declarations from headers for some undefined fun

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove function declarations from headers for some undefined fun
Date: 2023-01-11 02:55:28
Message-ID: E1pFRGx-00346Q-O3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove function declarations from headers for some undefined functions

The functions whose declarations are removed here have been removed in
the past, but their respective headers forgot the call.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20230110045722.GD9837@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/69fb29d1affb525d4c91b4dc5b104a551e61c28d

Modified Files
--------------
src/bin/pg_dump/compress_io.h | 2 --
src/include/access/gist_private.h | 2 --
src/include/access/xlogreader.h | 2 --
3 files changed, 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-01-11 03:10:31 Re: pgsql: Add new GUC createrole_self_grant.
Previous Message Tom Lane 2023-01-11 02:40:07 Re: pgsql: Add new GUC createrole_self_grant.