[HACKERS] Misplacement of function declaration incontrib/postgres_fdw/postgres_fdw.h

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема [HACKERS] Misplacement of function declaration incontrib/postgres_fdw/postgres_fdw.h
Дата
Msg-id 93a9c487-9920-a38f-da96-503422c50f59@lab.ntt.co.jp
обсуждение исходный текст
Ответы 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>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: 高增琦
Дата:
Сообщение: Re: [HACKERS] Do we support using agg or window functions in delete statement?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Gather Merge