Обсуждение: pgsql-server/src/include/port linux.h
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/11/07 17:09:51
Modified files:
src/include/port: linux.h
Log message:
Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's
problem. Per recent discussions about plperl failing to build on Linux.
Tom Lane wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: tgl@postgresql.org 02/11/07 17:09:51 > > Modified files: > src/include/port: linux.h > > Log message: > Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's > problem. Per recent discussions about plperl failing to build on Linux. Tom, is this going only into 7.4? -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's
>> problem. Per recent discussions about plperl failing to build on Linux.
> Tom, is this going only into 7.4?
Er, duh. I meant to commit it on both branches. Thanks for the
heads-up.
regards, tom lane