postgresql/src/test/regress/expected
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
..
abstime.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
aggregates.out Added initial set of expected outputs for new regression testing. 1997-04-29 14:23:51 +00:00
alter_table.out Types removed from Postgres: oidint2, oidint4, oidname. 1998-08-30 19:54:04 +00:00
arrays.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
boolean.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
box.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
btree_index.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
char2.out Alot of regression test fixes, mainly to compensate for moving 1997-04-27 07:45:49 +00:00
char4.out Alot of regression test fixes, mainly to compensate for moving 1997-04-27 07:45:49 +00:00
char8.out Alot of regression test fixes, mainly to compensate for moving 1997-04-27 07:45:49 +00:00
char16.out Adjust output to reflect changes in tests. 1997-12-01 02:44:53 +00:00
char.out Add test for multi-character char(). 1997-12-05 01:14:55 +00:00
circle.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
comments.out Explicitly test various comment syntaxes. 1997-09-18 03:52:43 +00:00
create_aggregate.out More splits and cleanups... 1997-04-06 06:07:13 +00:00
create_index.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
create_misc.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
create_operator.out Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-22 17:35:09 +00:00
create_table.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
create_type.out Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-22 17:35:09 +00:00
create_view.out More splits and cleanups... 1997-04-06 06:07:13 +00:00
datetime.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
errors.out Add test for UNION. 1998-05-29 13:22:42 +00:00
euc_cn.out Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
euc_jp.out From: t-ishii@sra.co.jp 1998-04-27 17:10:50 +00:00
euc_kr.out Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
float4.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
float8-NetBSD.out Here are some patches to fix up the regression tests so that the union 1998-09-22 16:52:59 +00:00
float8.out Here are some patches to fix up the regression tests so that the union 1998-09-22 16:52:59 +00:00
geometry-NetBSD.out Regression test cleanup. 1998-09-18 21:47:27 +00:00
geometry.out Add test for UNION. 1998-05-29 13:22:42 +00:00
hash_index.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
horology.out Regression cleanup of WARN. 1998-01-06 19:25:19 +00:00
int2-FreeBSD.out Make changes so that when the diff is done between 'expected' and 'results', 1998-02-01 11:43:17 +00:00
int2-NetBSD.out From: Brook Milligan <brook@trillium.NMSU.Edu> 1998-05-24 03:52:39 +00:00
int2-SunOS.out Clean up regression tests for SunOS (based on Solaris v2.6) 1998-02-10 14:22:50 +00:00
int2.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
int4-FreeBSD.out Make changes so that when the diff is done between 'expected' and 'results', 1998-02-01 11:43:17 +00:00
int4-NetBSD.out From: Brook Milligan <brook@trillium.NMSU.Edu> 1998-05-24 03:52:39 +00:00
int4-SunOS.out Clean up regression tests for SunOS (based on Solaris v2.6) 1998-02-10 14:22:50 +00:00
int4.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
int8.out Include tests for new 8-byte integer (minimal). 1998-07-08 14:29:09 +00:00
lseg.out Update test for newly implemented "<=" operator. 1998-02-11 04:13:33 +00:00
Makefile From: Jan Wieck <jwieck@debis.com> 1998-09-29 12:43:05 +00:00
mule_internal.out Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
name.out Add Darren's char2-16 files. 1998-04-27 13:50:03 +00:00
numerology-NetBSD.out Here are some patches to fix up the regression tests so that the union 1998-09-22 16:52:59 +00:00
numerology.out Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
oid.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
path.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
point.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
polygon.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
portals_p2.out There is no partial index onek2_u1_prtl in tests... 1997-05-05 06:43:59 +00:00
portals.out Added initial set of expected outputs for new regression testing. 1997-04-29 14:23:51 +00:00
random.out Update the random test so it should succeed most of the time. 1998-08-17 16:11:35 +00:00
reltime.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
rules.out Consolidate Jan's rules test into one file. 1998-09-16 14:35:37 +00:00
sanity_check.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
select_distinct_on.out More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_distinct.out More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_having.out > David Hartwig wrote: 1998-09-02 23:37:13 +00:00
select_implicit.out This patch resolves some regression test failures caused by platform 1998-08-29 04:10:40 +00:00
select_into.out More splits and cleanups... 1997-04-06 08:29:57 +00:00
select_views.out Second query in select_views.sql is replaced. 1998-02-23 13:59:34 +00:00
select.out Output changed for new ORDER BY to cope with new sorting routines. 1997-09-20 16:37:02 +00:00
strings.out Add test for UNION. 1998-05-29 13:22:42 +00:00
subselect.out Add new subselect test. 1998-02-18 07:32:17 +00:00
text.out Adjust output to reflect changes in tests. 1997-12-01 02:44:53 +00:00
timespan.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
tinterval-NetBSD.out Add NetBSD specific expected files 1998-03-22 19:46:45 +00:00
tinterval.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
transactions.out Added initial set of expected outputs for new regression testing. 1997-04-29 14:23:51 +00:00
triggers.out Restore 6.2.1 output 1998-02-18 13:15:07 +00:00
union.out Add test for UNION. 1998-05-29 13:22:42 +00:00
varchar.out Add tests for varchar() and combinations of string types. 1997-12-01 02:48:47 +00:00
view_perms.out From: Jan Wieck <jwieck@debis.com> 1998-02-27 02:38:15 +00:00