09.03.0400 broken on 32bit

From: Christoph Berg <christoph(dot)berg(at)credativ(dot)de>
To: PostgreSQL ODBC <pgsql-odbc(at)postgresql(dot)org>
Subject: 09.03.0400 broken on 32bit
Date: 2014-11-12 12:21:47
Message-ID: 20141112122146.GD9584@msg.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

09.03.0400 is broken on all 32bit architectures:

https://buildd.debian.org/status/logs.php?pkg=psqlodbc&ver=1%3A09.03.0400-1

============== creating database "contrib_regression" ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries ==============
test sampletables ... ok
test connect ... ok
test stmthandles ... ok
test select ... ok
test commands ... ok
test multistmt ... ok
test getresult ... ok
test result-conversions ... FAILED
test prepare ... ok
test params ... ok
test notice ... ok
test arraybinding ... ok
test insertreturning ... ok
test dataatexecution ... ok
test boolsaschar ... ok
test cvtnulldate ... ok
test alter ... ok
test quotes ... ok
test cursors ... ok
test cursor-commit ... ok
test positioned-update ... ok
test catalogfunctions ... ok
test bindcol ... ok
test lfconversion ... ok
test cte ... ok
test deprecated ... ok
test error-rollback ... ok
test diagnostic ... ok
test numeric ... ok
test odbc-escapes ... ok

=======================
1 of 30 tests failed.
=======================

The differences that caused some tests to fail can be viewed in the
file "/home/cbe/projects/postgresql/psqlodbc/psqlodbc/test/regression.diffs". A copy of the test summary that you see
above is saved in the file "/home/cbe/projects/postgresql/psqlodbc/psqlodbc/test/regression.out".

/usr/lib/postgresql/9.4/lib/pgxs/src/makefiles/pgxs.mk:297: recipe for target 'installcheck' failed
make[1]: *** [installcheck] Error 1
make[1]: Leaving directory '/home/cbe/projects/postgresql/psqlodbc/psqlodbc/test'
regression.diffs:
*** /home/cbe/projects/postgresql/psqlodbc/psqlodbc/test/expected/result-conversions.out 2014-10-26 07:08:38.000000000 +0100
--- /home/cbe/projects/postgresql/psqlodbc/psqlodbc/test/results/result-conversions.out 2014-11-12 13:18:49.990297759 +0100
***************
*** 356,371 ****
'textdata' (text) as SQL_C_INTERVAL_MINUTE_TO_SECOND: interval sign: 0 unknown interval type: 0
'3234567901' (oid) as SQL_C_CHAR: 3234567901
'3234567901' (oid) as SQL_C_WCHAR: 3234567901
! '3234567901' (oid) as SQL_C_SSHORT: -26915
! '3234567901' (oid) as SQL_C_USHORT: 38621
! '3234567901' (oid) as SQL_C_SLONG: -1060399395
'3234567901' (oid) as SQL_C_ULONG: 3234567901
'3234567901' (oid) as SQL_C_FLOAT: 3234567936.000000
'3234567901' (oid) as SQL_C_DOUBLE: 3234567901.000000
! '3234567901' (oid) as SQL_C_BIT: 221
! '3234567901' (oid) as SQL_C_STINYINT: -35
! '3234567901' (oid) as SQL_C_UTINYINT: 221
! '3234567901' (oid) as SQL_C_SBIGINT: 3234567901
'3234567901' (oid) as SQL_C_UBIGINT: 3234567901
'3234567901' (oid) as SQL_C_BINARY: SQLGetData failed
07006=Received an unsupported type from Postgres.
--- 356,371 ----
'textdata' (text) as SQL_C_INTERVAL_MINUTE_TO_SECOND: interval sign: 0 unknown interval type: 0
'3234567901' (oid) as SQL_C_CHAR: 3234567901
'3234567901' (oid) as SQL_C_WCHAR: 3234567901
! '3234567901' (oid) as SQL_C_SSHORT: -1
! '3234567901' (oid) as SQL_C_USHORT: 65535
! '3234567901' (oid) as SQL_C_SLONG: 2147483647
'3234567901' (oid) as SQL_C_ULONG: 3234567901
'3234567901' (oid) as SQL_C_FLOAT: 3234567936.000000
'3234567901' (oid) as SQL_C_DOUBLE: 3234567901.000000
! '3234567901' (oid) as SQL_C_BIT: 255
! '3234567901' (oid) as SQL_C_STINYINT: -1
! '3234567901' (oid) as SQL_C_UTINYINT: 255
! '3234567901' (oid) as SQL_C_SBIGINT: -1060399395
'3234567901' (oid) as SQL_C_UBIGINT: 3234567901
'3234567901' (oid) as SQL_C_BINARY: SQLGetData failed
07006=Received an unsupported type from Postgres.

======================================================================

/home/cbe/tmp/pg_virtualenv.PhAgYW/log/postgresql-9.4-regress.log:
2014-11-12 13:18:43 CET [5632-1] LOG: konnte IPv4-Socket nicht binden: Die Adresse wird bereits verwendet
2014-11-12 13:18:43 CET [5632-2] TIPP: Läuft bereits ein anderer Postmaster auf Port 5433? Wenn nicht, warten Sie einige Sekunden und versuchen Sie erneut.
2014-11-12 13:18:43 CET [5633-1] LOG: Datenbanksystem wurde am 2014-11-12 13:18:42 CET heruntergefahren
2014-11-12 13:18:43 CET [5632-3] LOG: Datenbanksystem ist bereit, um Verbindungen anzunehmen
2014-11-12 13:18:43 CET [5637-1] LOG: Autovacuum-Launcher startet
2014-11-12 13:18:43 CET [5639-1] [unbekannt](at)[unbekannt] LOG: unvollständiges Startpaket
2014-11-12 13:18:52 CET [6108-1] cbe(at)contrib_regression ERROR: relation "table_not_here" does not exist at character 13
2014-11-12 13:18:52 CET [6108-2] cbe(at)contrib_regression STATEMENT: INSERT INTO table_not_here VALUES (1)
2014-11-12 13:18:52 CET [6117-1] cbe(at)contrib_regression ERROR: invalid input syntax for integer: "foo" at character 30
2014-11-12 13:18:52 CET [6117-2] cbe(at)contrib_regression STATEMENT: INSERT INTO errortab VALUES ('foo')
2014-11-12 13:18:52 CET [6118-1] cbe(at)contrib_regression ERROR: invalid input syntax for integer: "foo" at character 30
2014-11-12 13:18:52 CET [6118-2] cbe(at)contrib_regression STATEMENT: INSERT INTO errortab VALUES ('foo')
2014-11-12 13:18:52 CET [6119-1] cbe(at)contrib_regression ERROR: invalid input syntax for integer: "foo" at character 30
2014-11-12 13:18:52 CET [6119-2] cbe(at)contrib_regression STATEMENT: INSERT INTO errortab VALUES ('foo')
2014-11-12 13:18:52 CET [6127-1] cbe(at)contrib_regression ERROR: syntax error at or near "broken" at character 1
2014-11-12 13:18:52 CET [6127-2] cbe(at)contrib_regression STATEMENT: broken query
2014-11-12 13:18:52 CET [6127-3] cbe(at)contrib_regression FATAL: terminating connection due to administrator command
2014-11-12 13:18:52 CET [6127-4] cbe(at)contrib_regression STATEMENT: select pg_terminate_backend(pg_backend_pid());select 1;select 1
Stopping cluster 9.4/regress...

Mit freundlichen Grüßen,
Christoph Berg
--
Senior Berater, Tel.: +49 (0)21 61 / 46 43-187
credativ GmbH, HRB Mönchengladbach 12080, USt-ID-Nummer: DE204566209
Hohenzollernstr. 133, 41061 Mönchengladbach
Geschäftsführung: Dr. Michael Meskes, Jörg Folz, Sascha Heuer
pgp fingerprint: 5C48 FE61 57F4 9179 5970 87C6 4C5A 6BAB 12D2 A7AE

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Nils Gösche 2014-11-12 12:51:37 Re: Bug? {? = CALL insert_page_segment (?, ?)}
Previous Message Inoue, Hiroshi 2014-11-12 11:56:22 Re: Bug? {? = CALL insert_page_segment (?, ?)}