Re: [HACKERS] Misplacement of function declaration in contrib/postgres_fdw/postgres_fdw.h - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [HACKERS] Misplacement of function declaration in contrib/postgres_fdw/postgres_fdw.h
Date
Msg-id CA+Tgmoav=q06Yv0Y-Djbzz+uyWYfWSCAMWGRVT-kwqPb_=1TqQ@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Misplacement of function declaration incontrib/postgres_fdw/postgres_fdw.h  (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>)
List pgsql-hackers
On Wed, Jan 11, 2017 at 10:19 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
> While working on pushing down more joins/updates to the remote, I noticed
> that in contrib/postgres_fdw/postgres_fdw.h the declaration of
> get_jointype_name is misplaced in the section of shippable.c.  Since that
> function is defined in contrib/postgres_fdw/deparse.c, we should put that
> declaration in the section of deparse.c in the header file. Attached is a
> patch for that.

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Kang Yuzhe
Date:
Subject: Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] lseek/read/write overhead becomes visible at scale ..