pgsql: Remove function declaration for function in pg_proc.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove function declaration for function in pg_proc.
Date: 2022-05-12 19:42:27
Message-ID: E1npEhf-000OE2-NM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove function declaration for function in pg_proc.

The declaration is automatically generated. Noticed when experimenting with
adding PGDLLIMPORT markers for functions.

Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07d683b54af854098cc559d4b8640905f9efa0ea

Modified Files
--------------
src/backend/replication/logical/launcher.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-05-13 00:41:58 pgsql: Remove PGDLLIMPORT marker from __pg_log_level
Previous Message Tom Lane 2022-05-12 19:35:33 pgsql: Do pre-release housekeeping on catalog data.