This patch fails the regression tests; see attachment.
***
/var/lib/jenkins/jobs/postgresql_commitfest_world/workspace/src/test/regress/expected/arrays.out
2013-08-24 01:24:42.000000000 +0000
---
/var/lib/jenkins/jobs/postgresql_commitfest_world/workspace/src/test/regress/results/arrays.out
2013-12-07 16:21:48.000000000 +0000
***************
*** 495,508 ****
(11 rows)
SELECT * FROM array_op_test WHERE i <@ '{38,34,32,89}' ORDER BY seqno;
! seqno | i |
t
!
-------+---------------+----------------------------------------------------------------------------------------------------------------------------
! 40 | {34} |
{AAAAAAAAAAAAAA10611,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAA31334,AAAAA70466,AAAAAAAA81587,AAAAAAA74623}
! 74 | {32} |
{AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAA22860,AAAAAA99807,AAAAA17383,AAAAAAAAAAAAAAA67062,AAAAAAAAAAA15165,AAAAAAAAAAA50956}
! 98 | {38,34,32,89} |
{AAAAAAAAAAAAAAAAAA71621,AAAA8857,AAAAAAAAAAAAAAAAAAA65037,AAAAAAAAAAAAAAAA31334,AAAAAAAAAA48845}
! 101 | {} | {}
! (4 rows)
!
SELECT * FROM array_op_test WHERE i = '{}' ORDER BY seqno;
seqno | i | t
-------+----+----
--- 495,501 ----
(11 rows)
SELECT * FROM array_op_test WHERE i <@ '{38,34,32,89}' ORDER BY seqno;
! ERROR: compressed data is corrupt
SELECT * FROM array_op_test WHERE i = '{}' ORDER BY seqno;
seqno | i | t
-------+----+----
***************
*** 622,632 ****
(0 rows)
SELECT * FROM array_op_test WHERE i <@ '{}' ORDER BY seqno;
! seqno | i | t
! -------+----+----
! 101 | {} | {}
! (1 row)
!
SELECT * FROM array_op_test WHERE i = '{NULL}' ORDER BY seqno;
seqno | i | t
-------+--------+--------
--- 615,621 ----
(0 rows)
SELECT * FROM array_op_test WHERE i <@ '{}' ORDER BY seqno;
! ERROR: compressed data is corrupt
SELECT * FROM array_op_test WHERE i = '{NULL}' ORDER BY seqno;
seqno | i | t
-------+--------+--------
***************
*** 644,654 ****
(0 rows)
SELECT * FROM array_op_test WHERE i <@ '{NULL}' ORDER BY seqno;
! seqno | i | t
! -------+----+----
! 101 | {} | {}
! (1 row)
!
SELECT * FROM array_op_test WHERE t @> '{AAAAAAAA72908}' ORDER BY seqno;
seqno | i |
t
-------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------
--- 633,639 ----
(0 rows)
SELECT * FROM array_op_test WHERE i <@ '{NULL}' ORDER BY seqno;
! ERROR: compressed data is corrupt
SELECT * FROM array_op_test WHERE t @> '{AAAAAAAA72908}' ORDER BY seqno;
seqno | i |
t
-------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------
======================================================================
***
/var/lib/jenkins/jobs/postgresql_commitfest_world/workspace/src/test/regress/expected/polymorphism.out
2013-11-13 20:20:40.000000000 +0000
---
/var/lib/jenkins/jobs/postgresql_commitfest_world/workspace/src/test/regress/results/polymorphism.out
2013-12-07 16:21:55.000000000 +0000
***************
*** 638,648 ****
-- check that we can apply functions taking ANYARRAY to pg_stats
select distinct array_ndims(histogram_bounds) from pg_stats
where histogram_bounds is not null;
! array_ndims
! -------------
! 1
! (1 row)
!
-- such functions must protect themselves if varying element type isn't OK
-- (WHERE clause here is to avoid possibly getting a collation error instead)
select max(histogram_bounds) from pg_stats where tablename = 'pg_am';
--- 638,644 ----
-- check that we can apply functions taking ANYARRAY to pg_stats
select distinct array_ndims(histogram_bounds) from pg_stats
where histogram_bounds is not null;
! ERROR: compressed data is corrupt
-- such functions must protect themselves if varying element type isn't OK
-- (WHERE clause here is to avoid possibly getting a collation error instead)
select max(histogram_bounds) from pg_stats where tablename = 'pg_am';
======================================================================
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers