pgsql: Cosmetic fix in postgres_fdw.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Cosmetic fix in postgres_fdw.c.
Date
Msg-id E1eZg79-0006cu-3I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Cosmetic fix in postgres_fdw.c.

Make the forward declaration of estimate_path_cost_size match its
actual definition.

Tatsuro Yamada

Discussion: https://postgr.es/m/96f2f554-1eeb-fe6f-e0db-650771886781@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9ff4f758ee430dbce0be13ab5da315be52cb6f55

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: add JSON acronym
Next
From: Tom Lane
Date:
Subject: pgsql: Add QueryEnvironment to ExplainOneQuery_hook's parameter list.