pgsql: Fix brin "char" test to actually test what it meant to test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix brin "char" test to actually test what it meant to test.
Date: 2015-06-04 17:50:35
Message-ID: E1Z0ZHn-0008RE-Rt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix brin "char" test to actually test what it meant to test.

Casting to char, without quotes, does not give the same results as casting
to "char". That meant we were not testing the brin "char" paths at all,
since we ended up with a text operator not a "char" operator.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/78e72794a76fef3233c06800c6046aaad0704a22

Modified Files
--------------
src/test/regress/expected/brin.out | 2 +-
src/test/regress/sql/brin.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-06-04 18:21:52 pgsql: pgindent run on access/transam/multixact.c
Previous Message Tom Lane 2015-06-04 17:46:38 pgsql: Stabilize results of brin regression test.