Re: [COMMITTERS] pgsql: Add regression tests for MONEY type.

Lists: pgsql-committerspgsql-hackers
From: darcy(at)postgresql(dot)org (D'Arcy J(dot)M(dot) Cain)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression tests for MONEY type.
Date: 2007-11-24 19:49:23
Message-ID: 20071124194923.6F0FA7540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Add regression tests for MONEY type.

Modified Files:
--------------
pgsql/src/test/regress:
parallel_schedule (r1.45 -> r1.46)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/parallel_schedule?r1=1.45&r2=1.46)
pgsql/src/test/regress/expected:
sanity_check.out (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/sanity_check.out?r1=1.36&r2=1.37)
pgsql/src/test/regress/output:
misc.source (r1.45 -> r1.46)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/output/misc.source?r1=1.45&r2=1.46)

Added Files:
-----------
pgsql/src/test/regress/expected:
money.out (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/money.out?rev=1.1&content-type=text/x-cvsweb-markup)
pgsql/src/test/regress/sql:
money.sql (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/money.sql?rev=1.1&content-type=text/x-cvsweb-markup)


From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org, darcy(at)druid(dot)net
Subject: Re: [COMMITTERS] pgsql: Add regression tests for MONEY type.
Date: 2007-11-24 20:22:35
Message-ID: 20071124202235.GH3442@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

D'Arcy J.M. Cain wrote:
> Log Message:
> -----------
> Add regression tests for MONEY type.

This has broken the buildfarm ...

--
Alvaro Herrera Valdivia, Chile ICBM: S 39º 49' 18.1", W 73º 13' 56.4"
"You knock on that door or the sun will be shining on places inside you
that the sun doesn't usually shine" (en Death: "The High Cost of Living")


From: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: "D'Arcy J(dot)M(dot) Cain" <darcy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Add regression tests for MONEY type.
Date: 2007-11-25 11:47:48
Message-ID: 20071125064748.5a5078c3.darcy@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

On Sat, 24 Nov 2007 17:22:35 -0300
Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> D'Arcy J.M. Cain wrote:
> > Log Message:
> > -----------
> > Add regression tests for MONEY type.
>
> This has broken the buildfarm ...

It worked here. Can you send me the error output.

--
D'Arcy J.M. Cain <darcy(at)druid(dot)net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, "D'Arcy J(dot)M(dot) Cain" <darcy(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Add regression tests for MONEY type.
Date: 2007-11-25 17:53:17
Message-ID: 18251.1196013197@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers pgsql-hackers

"D'Arcy J.M. Cain" <darcy(at)druid(dot)net> writes:
> Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
>> This has broken the buildfarm ...

> It worked here. Can you send me the error output.

The problem was you forgot to update serial_schedule.

regards, tom lane