pgsql: Add documentation and regression tests concerning rounding of nu

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add documentation and regression tests concerning rounding of nu
Date: 2015-07-03 21:04:49
Message-ID: E1ZB88f-000069-23@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add documentation and regression tests concerning rounding of numerics.

Michael Paquier, reviewed by Fabien Coelho

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5e7c3d91bf24a212b42c912234c6cb37d75e0292

Modified Files
--------------
doc/src/sgml/datatype.sgml | 25 ++++++++++++++++++++
src/test/regress/expected/int2.out | 20 ++++++++++++++++
src/test/regress/expected/int4.out | 20 ++++++++++++++++
.../regress/expected/int8-exp-three-digits.out | 20 ++++++++++++++++
src/test/regress/expected/int8.out | 20 ++++++++++++++++
src/test/regress/expected/numeric.out | 24 +++++++++++++++++++
src/test/regress/sql/int2.sql | 10 ++++++++
src/test/regress/sql/int4.sql | 10 ++++++++
src/test/regress/sql/int8.sql | 10 ++++++++
src/test/regress/sql/numeric.sql | 10 ++++++++
10 files changed, 169 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-07-03 22:05:14 pgsql: PL/Perl: Add alternative expected file for Perl 5.22
Previous Message Tom Lane 2015-07-03 19:48:25 pgsql: Add psql \ev and \sv commands for editing and showing view defin