PostgreSQL 6.4 patches - portability related.

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: hackers(at)postgreSQL(dot)org
Cc: patches(at)postgreSQL(dot)org
Subject: PostgreSQL 6.4 patches - portability related.
Date: 1998-10-11 03:16:01
Message-ID: 199810110316.XAA28101@bgalli.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
uw7-2.patch application/x-patch 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1998-10-11 04:40:24 Re: [HACKERS] backslash in psql output
Previous Message Bruce Momjian 1998-10-11 01:51:26 Re: [HACKERS] select * from ..;vacuum crashes