Re: Error when defining a set returning function

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Esteban Zimanyi <ezimanyi(at)ulb(dot)ac(dot)be>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Error when defining a set returning function
Date: 2021-04-16 20:46:54
Message-ID: e10d7f86-e648-0689-bd69-f588ff245bda@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 4/16/21 3:32 PM, Esteban Zimanyi wrote:
> Many thanks Tom for your help ! 
>
> I removed the flag -fshort-enums and everything works fine !
>
>

If you build with pgxs it should supply the appropriate compiler flags.
Alternatively, get the right settings from pg_config. In general rolling
your own is a bad idea.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-04-16 21:02:01 Re: default_tablespace doc and partitioned rels
Previous Message Tom Lane 2021-04-16 20:39:39 Re: Bogus collation version recording in recordMultipleDependencies