This is a discussion on pgsql: Add regression test for various power expressions with a zero within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Add regression test for various power expressions with a zero base, and adjust source code to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Log Message: ----------- Add regression test for various power expressions with a zero base, and adjust source code to be more modular. Modified Files: -------------- pgsql/src/backend/utils/adt: numeric.c (r1.111 -> r1.112) (http://anoncvs.postgresql.org/cvsweb...1.111&r2=1.112) pgsql/src/test/regress/expected: float8.out (r1.25 -> r1.26) (http://anoncvs.postgresql.org/cvsweb...1=1.25&r2=1.26) pgsql/src/test/regress/sql: float8.sql (r1.15 -> r1.16) (http://anoncvs.postgresql.org/cvsweb...1=1.15&r2=1.16) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers |
| |||
| Do you intend to adjust all the other float8*.out files? This test has broken the buildfarm for quite a number of machines. cheers andrew Bruce Momjian wrote: > Log Message: > ----------- > Add regression test for various power expressions with a zero base, and > adjust source code to be more modular. > > Modified Files: > -------------- > pgsql/src/backend/utils/adt: > numeric.c (r1.111 -> r1.112) > (http://anoncvs.postgresql.org/cvsweb...1.111&r2=1.112) > pgsql/src/test/regress/expected: > float8.out (r1.25 -> r1.26) > (http://anoncvs.postgresql.org/cvsweb...1=1.25&r2=1.26) > pgsql/src/test/regress/sql: > float8.sql (r1.15 -> r1.16) > (http://anoncvs.postgresql.org/cvsweb...1=1.15&r2=1.16) > > -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers |
| ||||
| Andrew Dunstan wrote: > > Do you intend to adjust all the other float8*.out files? This test has > broken the buildfarm for quite a number of machines. Thanks, done. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers |
| Thread Tools | |
| Display Modes | |
|
|