Re: MULTISET patch

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: "Itagaki Takahiro" <itagaki(dot)takahiro(at)gmail(dot)com>
Cc: "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: MULTISET patch
Date: 2011-01-06 16:48:16
Message-ID: a58476a7370794396b127a24f84e14d7.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-01-06 16:57:11 Something fishy about the current Makefiles
Previous Message Magnus Hagander 2011-01-06 15:46:15 Re: Streaming base backups