pgsql: Add regression tests for MONEY type.

Started by Nonameabout 18 years ago4 messages
#1Noname
darcy@postgresql.org

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)

#2Alvaro Herrera
alvherre@alvh.no-ip.org
In reply to: Noname (#1)
Re: [COMMITTERS] pgsql: Add regression tests for MONEY type.

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")

#3D'Arcy J.M. Cain
darcy@druid.net
In reply to: Alvaro Herrera (#2)
Re: [COMMITTERS] pgsql: Add regression tests for MONEY type.

On Sat, 24 Nov 2007 17:22:35 -0300
Alvaro Herrera <alvherre@alvh.no-ip.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@druid.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.
#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: D'Arcy J.M. Cain (#3)
Re: [COMMITTERS] pgsql: Add regression tests for MONEY type.

"D'Arcy J.M. Cain" <darcy@druid.net> writes:

Alvaro Herrera <alvherre@alvh.no-ip.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