[COMMITTERS] pgsql: Get rid of extern declarations of non-existent functions. - Mailing list pgsql-committers

From Fujii Masao
Subject [COMMITTERS] pgsql: Get rid of extern declarations of non-existent functions.
Date
Msg-id E1d2guB-0005Dk-BB@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix postmaster's handling of fork failure for a bgworkerprocess
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Run the postmaster's signal handlers without SA_RESTART.