Misplacement of function declaration in contrib/postgres_fdw/postgres_fdw.h

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Misplacement of function declaration in contrib/postgres_fdw/postgres_fdw.h
Date: 2017-01-12 03:19:01
Message-ID: 93a9c487-9920-a38f-da96-503422c50f59@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
postgres-fdw-h.patch text/x-patch 973 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-01-12 03:20:31 Re: Gather Merge
Previous Message 高增琦 2017-01-12 03:05:31 Re: Do we support using agg or window functions in delete statement?