Re: MULTISET patch - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: MULTISET patch
Date
Msg-id a58476a7370794396b127a24f84e14d7.squirrel@webmail.xs4all.nl
Whole thread Raw
In response to Re: MULTISET patch  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
List pgsql-hackers
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




pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Streaming base backups
Next
From: Tom Lane
Date:
Subject: Something fishy about the current Makefiles