postgresql/src/test/regress/expected
Bruce Momjian 03f1648872 Attached is a patch with some fixes that (I think that) should go into
6.4.1. Here is the list:

- The type int8 now works. In fact, the bug(s) were in
src/backend/port/snprintf.c, so int8 is probably broken in every platform
that hasn't a native snprintf/vsnprintf. The type itself worked as
expected, only the output was wrong. Anyway, this patch should be checked
in other platforms.

- The regression tests for int2 and int4, which were broken due to
differences in the error messages, are fixed.

- The regression test for float8, which was broken in the reference
platform, is also fixed. I don't know if the new file (float8-OSF1.out)
will work on other platforms, but it might be worth to try it.

- Two new template files are provided (alpha_cc, which includes
optimization, and alpha_gcc), and src/templates/.similar is updated
accordingly. src/templates/alpha should be removed from the distribution.
*IMPORTANT NOTE*: I don't know if you can use gcc to compile postgres;
I've written the alpha_gcc file because alpha_cc has some flags that are
specific to DEC C.

- There is a (very basic) Digital Unix specific FAQ in
doc/FAQ_DigitalUnix.

--
-------------------------------------------------------------------
Pedro José Lobo Perea                   Tel:    +34 91 336 78 19
1998-12-18 07:08:03 +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
case.out Include test for CASE expression. 1998-12-04 15:36:51 +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 Clean up error messages associated with rules and views. 1998-12-13 23:49:18 +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-OSF1.out Attached is a patch with some fixes that (I think that) should go into 1998-12-18 07:08:03 +00:00
float8.out Change exp() behavior to generate error on underflow rather 1998-11-29 01:57:59 +00:00
geometry-NetBSD.out Regression test cleanup. 1998-09-18 21:47:27 +00:00
geometry.out Clean up error messages associated with rules and views. 1998-12-13 23:49:18 +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
inet.out Fix regression test now that code seems to work. 1998-10-29 18:12:50 +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.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
opr_sanity.out Add new regression test to catch some simple kinds of 1998-10-29 04:27:11 +00:00
path.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
plpgsql.out failed to add some of Jan's files :( 1998-10-01 03:38:45 +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 Add ORDER BY to ensure platform-independent results in rules test. 1998-10-28 19:32:43 +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 Clean up a few elog() messages for aggregates and functions. 1998-12-08 06:20:48 +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.out Update tinterval test to have correctly sorted results, 1998-10-29 04:29:12 +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