Re: Error when defining a set returning function
От | Esteban Zimanyi |
---|---|
Тема | Re: Error when defining a set returning function |
Дата | |
Msg-id | CAPqRbE7j=vV1Osp1vo5hx8+tZWLYHB4_-GJW8kGEZViXCs3iYg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Error when defining a set returning function (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Error when defining a set returning function
|
Список | pgsql-hackers |
Many thanks Tom for your help !
I removed the flag -fshort-enums and everything works fine !
On Fri, Apr 16, 2021 at 7:04 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
Esteban Zimanyi <ezimanyi@ulb.ac.be> writes:
> When debugging the function with gdb, I noticed that the rsinfo variable of
> the PostgreSQL function ExecMakeFunctionResultSet is modified in the
> macro SRF_RETURN_NEXT causing the problem. Any idea how to solve this?
Well, what SRF_RETURN_NEXT thinks it's doing is
rsi->isDone = ExprMultipleResult; \
which surely shouldn't change the returnMode field. At this point
I'm guessing that you are compiling the PG headers with some compiler
pragma that changes the struct packing rules. Don't do that.
regards, tom lane
В списке pgsql-hackers по дате отправления: