Postgres 6.5.1 on Slackware 4.0 - Mailing list pgsql-ports
From | Theodore J. Soldatos |
---|---|
Subject | Postgres 6.5.1 on Slackware 4.0 |
Date | |
Msg-id | 37CBE892.370ACD25@eexi.gr Whole thread Raw |
Responses |
PostgreSQL 6.5.1: libpq++ libraries on IRIX 6.5
[HACKERS] PostgreSQL 6.5.1: libpq++ libraries on IRIX 6.5 |
List | pgsql-ports |
Hi, I just compiled and installed Postgres 6.5.1 on Slackware 4.0 (kernel 2.2.6, cpu: PIII@450) whithout changing anything on the code. The regression tests had some strange failures, so i'm sending you the .out and .diff files. Thanks for your efforts on Postgres, T. -- Theodore=J.=Soldatos=_\_="There=is=always=a=bug=somewhere",=said==HAL=to=the== = theodore@eexi.gr =_/_==Ultimate=Programmer,=and=turned=off=the=air=supply.= = bafh@hellug.gr =_\_="Everybody=knows=the=war=is=over,==================== ==== Scientific =====_/_==everybody=knows=the=good=guys=lost"===Leonard=Cohen= = Publications Ltd. =_\_============ http://w4u.eexi.gr/~theodore ============ ==== Finger: theodore@msfree.scientificpublications.gr or @aurora.eexi.gr =================== Notes... ================= postmaster must already be running for the regression tests to succeed. The time zone is now set to PST8PDT explicitly by this regression test client frontend. Please report any apparent problems to ports@postgresql.org See regress/README for more information. =============== destroying old regression database... ================= ERROR: destroydb: database 'regression' does not exist destroydb: database destroy failed on regression. =============== creating new regression database... ================= =============== installing PL/pgSQL... ================= =============== running regression queries... ================= boolean .. ok char .. ok name .. ok varchar .. ok text .. ok strings .. ok int2 .. failed int4 .. failed int8 .. ok oid .. ok float4 .. ok float8 .. ok numerology .. ok point .. ok lseg .. ok box .. ok path .. ok polygon .. ok circle .. ok geometry .. ok timespan .. ok datetime .. ok reltime .. ok abstime .. ok tinterval .. ok horology .. ok inet .. ok comments .. ok oidjoins .. ok type_sanity .. ok opr_sanity .. ok create_function_1 .. ok create_type .. ok create_table .. ok create_function_2 .. ok constraints .. ok triggers .. ok copy .. ok create_misc .. ok create_aggregate .. ok create_operator .. ok create_view .. ok create_index .. ok sanity_check .. ok errors .. ok select .. ok select_into .. ok select_distinct .. ok select_distinct_on .. ok select_implicit .. ok select_having .. ok subselect .. ok union .. ok case .. ok join .. ok aggregates .. ok transactions .. ok random .. failed portals .. ok misc .. ok arrays .. ok btree_index .. ok hash_index .. ok select_views .. ok alter_table .. ok portals_p2 .. ok rules .. ok limit .. ok plpgsql .. ok temp .. ok numeric .. ok *** expected/int2.out Thu Apr 15 05:15:35 1999 --- results/int2.out Tue Aug 31 17:15:35 1999 *************** *** 7,13 **** QUERY: INSERT INTO INT2_TBL(f1) VALUES ('32767'); QUERY: INSERT INTO INT2_TBL(f1) VALUES ('-32767'); QUERY: INSERT INTO INT2_TBL(f1) VALUES ('100000'); ! ERROR: pg_atoi: error reading "100000": Numerical result out of range QUERY: INSERT INTO INT2_TBL(f1) VALUES ('asdf'); ERROR: pg_atoi: error in "asdf": can't parse "asdf" QUERY: SELECT '' AS five, INT2_TBL.*; --- 7,13 ---- QUERY: INSERT INTO INT2_TBL(f1) VALUES ('32767'); QUERY: INSERT INTO INT2_TBL(f1) VALUES ('-32767'); QUERY: INSERT INTO INT2_TBL(f1) VALUES ('100000'); ! ERROR: pg_atoi: error reading "100000": Math result not representable QUERY: INSERT INTO INT2_TBL(f1) VALUES ('asdf'); ERROR: pg_atoi: error in "asdf": can't parse "asdf" QUERY: SELECT '' AS five, INT2_TBL.*; ---------------------- *** expected/int4.out Thu Apr 15 05:15:36 1999 --- results/int4.out Tue Aug 31 17:15:36 1999 *************** *** 7,13 **** QUERY: INSERT INTO INT4_TBL(f1) VALUES ('2147483647'); QUERY: INSERT INTO INT4_TBL(f1) VALUES ('-2147483647'); QUERY: INSERT INTO INT4_TBL(f1) VALUES ('1000000000000'); ! ERROR: pg_atoi: error reading "1000000000000": Numerical result out of range QUERY: INSERT INTO INT4_TBL(f1) VALUES ('asdf'); ERROR: pg_atoi: error in "asdf": can't parse "asdf" QUERY: SELECT '' AS five, INT4_TBL.*; --- 7,13 ---- QUERY: INSERT INTO INT4_TBL(f1) VALUES ('2147483647'); QUERY: INSERT INTO INT4_TBL(f1) VALUES ('-2147483647'); QUERY: INSERT INTO INT4_TBL(f1) VALUES ('1000000000000'); ! ERROR: pg_atoi: error reading "1000000000000": Math result not representable QUERY: INSERT INTO INT4_TBL(f1) VALUES ('asdf'); ERROR: pg_atoi: error in "asdf": can't parse "asdf" QUERY: SELECT '' AS five, INT4_TBL.*; ---------------------- *** expected/random.out Mon Aug 17 19:11:15 1998 --- results/random.out Tue Aug 31 17:17:13 1999 *************** *** 19,23 **** WHERE random NOT BETWEEN 80 AND 120; random ------ ! (0 rows) --- 19,25 ---- WHERE random NOT BETWEEN 80 AND 120; random ------ ! 125 ! 128 ! (2 rows) ----------------------
pgsql-ports by date: