Re: Getting Citus into (Debian) PGDG

From: Andres Freund <andres(at)anarazel(dot)de>
To: Christoph Berg <myon(at)debian(dot)org>, Jason Petersen <jason(at)citusdata(dot)com>, pgsql-pkg-debian(at)postgresql(dot)org
Subject: Re: Getting Citus into (Debian) PGDG
Date: 2016-04-27 23:05:16
Message-ID: 20160427230516.44fuzdxlifch2wwp@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-pkg-debian

On 2016-04-26 17:32:35 +0200, Christoph Berg wrote:
> Re: To Jason Petersen 2016-04-26 <20160426151339(dot)GF12563(at)msg(dot)df7cb(dot)de>
> > I've had that problem before, but forgot most of it. I think the
> > problem is that "-fPIC -pie -fpic" isn't consistent and should
> > probably be "-fPIC -PIE", but I might be totally wrong. (I'll try to
> > dig up some docs.)
>
> Just talked to a s390x porter, the flags used should be -fPIC -pie",
> i.e. without the lower case version.

Afaics, that's citus independent, and coming from postgres code.
Makefile.port:
ifeq "$(findstring sparc,$(host_cpu))" "sparc"
CFLAGS_SL = -fPIC
else
CFLAGS_SL = -fpic
endif

I'm not clear why citus triggers this, when other extensions don't?

Andres

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2016-04-27 23:09:53 Re: Add jsonb_compact(...) for whitespace-free jsonb to text
Previous Message Tom Lane 2016-04-27 22:50:01 Re: Re: [COMMITTERS] pgsql: Modify the isolation tester so that multiple sessions can wait.

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Christoph Berg 2016-04-28 08:08:24 relocation truncated to fit: citus build failure on s390x
Previous Message Christoph Berg 2016-04-26 15:32:35 Re: Getting Citus into (Debian) PGDG