Re: Manipulating complex types as non-contiguous structures in-memory - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Manipulating complex types as non-contiguous structures in-memory
Date
Msg-id CAFj8pRAe_Tju32Zj0XGDfFeBL5Swb9OC8QDsJ1ma89938EUDng@mail.gmail.com
Whole thread Raw
In response to Re: Manipulating complex types as non-contiguous structures in-memory  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Manipulating complex types as non-contiguous structures in-memory  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers


2015-05-01 20:11 GMT+02:00 Tom Lane <tgl@sss.pgh.pa.us>:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> I am looking on this patch, but it cannot be applied now.

> lxml2 -lssl -lcrypto -lrt -lcrypt -ldl -lm -o postgres
> utils/fmgrtab.o:(.rodata+0x2678): undefined reference to `array_append'
> utils/fmgrtab.o:(.rodata+0x2698): undefined reference to `array_prepend'

What are you trying to apply it to?  I see array_append() in
src/backend/utils/adt/array_userfuncs.c in HEAD.  Also, are
you checking the 1.1 version of the patch?

I tested old version. 1.1. looks well.

Regards

Pavel
 

                        regards, tom lane

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Implementing SQL ASSERTION
Next
From: Pavel Stehule
Date:
Subject: Re: Manipulating complex types as non-contiguous structures in-memory