On Thu, January 6, 2011 12:54, Itagaki Takahiro wrote:
> Here is an updated patch for MULTISET functions support.

There seem to be some faulty line-endings in arrays.out that break the arrays 
test (on x86_64
Centos 5.4).  make, make check were OK after I removed these (3 lines, from 
line 1370).


*** 
/var/data1/pg_stuff/pg_sandbox/pgsql.multiset/src/test/regress/expected/arrays.out
  2011-01-06
17:05:33.000000000 +0100
--- 
/var/data1/pg_stuff/pg_sandbox/pgsql.multiset/src/test/regress/results/arrays.out
   2011-01-06
17:08:47.000000000 +0100
***************
*** 1367,1375 ****

  SELECT ARRAY[1, 2] SUBMULTISET OF ARRAY[1, NULL],
         ARRAY[1, 2] SUBMULTISET OF ARRAY[3, NULL];
!  submultiset_of | submultiset_of ^M
! ----------------+----------------^M
!                 | f^M
  (1 row)

  SELECT ARRAY[1, NULL] SUBMULTISET OF ARRAY[1, NULL];
--- 1367,1375 ----

  SELECT ARRAY[1, 2] SUBMULTISET OF ARRAY[1, NULL],
         ARRAY[1, 2] SUBMULTISET OF ARRAY[3, NULL];
!  submultiset_of | submultiset_of
! ----------------+----------------
!                 | f
  (1 row)

  SELECT ARRAY[1, NULL] SUBMULTISET OF ARRAY[1, NULL];

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


Erik Rijkers



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to