Re: [HACKERS] Patch - please apply

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Jan Wieck <jwieck(at)debis(dot)com>
Cc: PostgreSQL HACKERS <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Patch - please apply
Date: 1998-09-29 12:40:46
Message-ID: Pine.BSF.4.02.9809290840360.14792-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Done...

On Tue, 29 Sep 1998, Jan Wieck wrote:

> Bruce,
>
> here is the patch that includes PL/pgSQL into the build
> (currently with make errors ignored) and adds a regression
> test for it. A clean build and regression ran fine here.
>
> Can you please apply it?
>
> The tar should be extracted in /usr/local/src/pgsql and
> creates the following files:
>
> src/pl/Makefile
> called by toplevel GNUmakefile and for now only calls
> src/pl/plpgsql/Makefile
>
> src/pl/plpgsql/Makefile
> calls src/pl/plpgsql/src/Makefile (here the call to
> make ignores build errors - this must be changed
> later for the final release).
>
> src/test/regress/input/install_plpgsql.source
> SQL script installing PL/pgSQL language in regression
> database. Will be modified by .../input/Makefile to
> point to correct PGLIB directory where plpgsql.so
> gets installed.
>
> src/test/regress/output/install_plpgsql.source
> expected output for installation script.
>
> src/test/regress/sql/plpgsql.sql
> the main regression test. It tests functions and
> triggers written in PL/pgSQL including views that use
> supportfunctions in this language.
>
> src/test/regress/expected/plpgsql.out
> the expected output for the above regression test.
>
> make_plpgsql.diff
> patch that adds some lines to
>
> src/GNUmakefile.in
> src/test/regress/expected/Makefile
> src/test/regress/input/Makefile
> src/test/regress/output/Makefile
> src/test/regress/sql/Makefile
> src/test/regress/sql/tests
>
> so the plpgsql shared object will be built and
> installed and the regression test for install_plpgsql
> gets patched for LIBDIR to succeed.
>
>
> Anyone please report problems with building PL/pgSQL or
> running the regression tests.
>
>
> Jan
>
> --
>
> #======================================================================#
> # It's easier to get forgiveness for being wrong than for being right. #
> # Let's break this rule - forgive me. #
> #======================================== jwieck(at)debis(dot)com (Jan Wieck) #
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-09-29 12:55:21 Re: [HACKERS] pg_dump
Previous Message Magnus Hagander 1998-09-29 12:23:17 RE: [HACKERS] LIBPQ for WIN32