[Ludiafuncs-hackers] Remove compiler warnings

Back to archive index

Fujii Masao masao****@gmail*****
2013年 8月 21日 (水) 20:24:01 JST


On Mon, Aug 19, 2013 at 9:55 PM, Beena Emerson <memis****@gmail*****> wrote:
> It is noticed that while compiling Ludia Functions with postgresql 9.3 and
> 9.4, the following warnings messages are got:
>
> ludia_funcs.c:1019:2: warning: implicit declaration of function
> ‘heap_form_tuple’ [-Wimplicit-function-declaration]
> ludia_funcs.c:1019:8: warning: assignment makes pointer from integer without
> a cast [enabled by default]
>
> This warning messages are displayed because in 9.3, there has been some
> re-organization and the extern definition of heap_form_tuple has been moved
> from include/access/htup.h to include/access/htup_details.h.
>
> The attached patch checks the postgresql version and adds the new header if
> required.

Committed. Thanks!

Regards,

-- 
Fujii Masao




Ludiafuncs-hackers メーリングリストの案内
Back to archive index