Re: [HACKERS] [PATCH] relocation truncated to fit: citus build failure on s390x
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Christoph Berg <myon@debian.org>, Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, Jason Petersen <jason@citusdata.com>, pgsql-pkg-debian@postgresql.org, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-05-31T15:57:16Z
Lists: pgsql-hackers
Christoph Berg wrote: > Re: Tom Lane 2017-05-31 <28752.1496238931@sss.pgh.pa.us> > > Next question: should we back-patch this change, or just do it in HEAD? > > Debian "needs" it for 9.6, but I've already pushed the s390x patch in > the original posting, so I could just live with it being just in head. > But of course it would be nice to have everything in sync. I think it's only a problem for you in 9.6-only because you've not tried pglogical or some other large-shlib extension with earlier branches; in other words, eventually this is going to bite somebody using the old branches as well, unless we believe that the platforms are dead enough that nobody really cares other than for academic purposes. My vote would be to backpatch it all the way. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Always use -fPIC, not -fpic, when building shared libraries with gcc.
- cee7238de58f 9.3.18 landed
- a378b9bc287d 9.2.22 landed
- 8d9b4fe01b5e 9.6.4 landed
- 894ce0e97ab1 9.4.13 landed
- 68938ab8ea0e 9.5.8 landed
- e9a3c047a5fc 10.0 landed