pgsql: Additional regression tests for ALTER OPERATOR FAMILY.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Additional regression tests for ALTER OPERATOR FAMILY.
Date: 2013-07-23 13:04:27
Message-ID: E1V1cGR-0008Ly-DS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Additional regression tests for ALTER OPERATOR FAMILY.

Robins Tharakan, reviewed by Szymon Guz

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e6055061c524698918ab0b7a0c51b822c03ef1fa

Modified Files
--------------
src/test/regress/expected/alter_generic.out | 175 +++++++++++++++++++++++++++
src/test/regress/sql/alter_generic.sql | 167 +++++++++++++++++++++++++
2 files changed, 342 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-07-23 15:13:03 pgsql: Use InvalidSnapshot, now SnapshotNow, as the default snapshot.
Previous Message Peter Eisentraut 2013-07-23 01:04:16 pgsql: ecpg: Move function prototype into header file