postgresql/src
Marc G. Fournier 44e01bf992 From: Jan Wieck <jwieck@debis.com>
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
1998-09-29 12:43:05 +00:00
..
backend multi-byte fix from Tatsuo Ishii 1998-09-25 15:51:02 +00:00
bin Allow 8-key indexes. 1998-09-23 04:22:14 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include MB patches from Tatsuo Ishii 1998-09-25 01:46:25 +00:00
interfaces pgsql_perl5-1.8.0 1998-09-27 19:12:35 +00:00
lextest Hi, 1998-04-06 00:32:26 +00:00
makefiles Add some support for BSDI 4.0. 1998-09-10 04:39:47 +00:00
man Preserver pg_log and pg_variable in upgrade. Cleanups. 1998-08-31 04:32:18 +00:00
pl Add new Makefile from Jan. 1998-09-25 15:50:02 +00:00
template Remove /usr/local/* from templates. 1998-09-18 05:00:52 +00:00
test From: Jan Wieck <jwieck@debis.com> 1998-09-29 12:43:05 +00:00
tools The attached patches fix the following problems: 1998-09-11 16:56:24 +00:00
tutorial OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
utils OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
config.guess My mailer munged the intro text in my last post. Here is the text 1998-07-19 04:17:13 +00:00
config.sub
configure autoconf 1998-09-20 05:01:04 +00:00
configure.in Fix for memory leak, configure path fix, from Tom Lane. 1998-09-20 04:57:40 +00:00
DEVELOPERS Move FAQ_DEV to docs directory, where it belongs. 1998-05-22 04:20:53 +00:00
GNUmakefile.in From: Jan Wieck <jwieck@debis.com> 1998-09-29 12:43:05 +00:00
install-sh
Makefile
Makefile.global.in From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
win32.mak From: Magnus Hagander <mha@edu.sollentuna.se> 1998-08-27 13:25:40 +00:00