pgsql: Get rid of extern declarations of non-existent functions.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get rid of extern declarations of non-existent functions.
Date: 2017-04-24 16:32:03
Message-ID: E1d2guB-0005Dk-BB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Get rid of extern declarations of non-existent functions.

Those extern declartions were mistakenly added by commit 7c4f52409.

Author: Petr Jelinek

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cbc2270e3fcfae0831e4aa22f797f1dcac483d46

Modified Files
--------------
src/include/replication/logical.h | 6 ------
1 file changed, 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-24 17:00:39 pgsql: Run the postmaster's signal handlers without SA_RESTART.
Previous Message Tom Lane 2017-04-24 16:17:16 pgsql: Fix postmaster's handling of fork failure for a bgworker process