[HACKERS] Misplacement of function declaration incontrib/postgres_fdw/postgres_fdw.h - Mailing list pgsql-hackers

From Etsuro Fujita
Subject [HACKERS] Misplacement of function declaration incontrib/postgres_fdw/postgres_fdw.h
Date
Msg-id 93a9c487-9920-a38f-da96-503422c50f59@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] Misplacement of function declaration in contrib/postgres_fdw/postgres_fdw.h  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Re: [HACKERS] Misplacement of function declaration in contrib/postgres_fdw/postgres_fdw.h  (Robert Haas <robertmhaas@gmail.com>)
List 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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: 高增琦
Date:
Subject: Re: [HACKERS] Do we support using agg or window functions in delete statement?
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Gather Merge