PostgreSQL 6.4 patches - portability related. - Mailing list pgsql-hackers

From Billy G. Allie
Subject PostgreSQL 6.4 patches - portability related.
Date
Msg-id 199810110316.XAA28101@bgalli.mug.org
Whole thread Raw
Responses Re: [HACKERS] PostgreSQL 6.4 patches - portability related.
List pgsql-hackers
The SQL script that installs the PL/pgSQL language has the location of the
postgres library directory hard coded.  This patch corrects the problem by
having configure generate the SQL script.

Affected Files (relative to the PGSQL base directory):

    src/configure, src/configure.in

Deleted Files (relative to the PGSQL base directory):

    src/pl/plpgsql/src/mklang.sql

New Files (relative to the PGSQL base directory):

    src/pl/plgsql/src/mklang.sql.in

____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    |

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] select * from ..;vacuum crashes
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] backslash in psql output