pgsql: Fix entirely broken permissions test in new alter_operator regre

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix entirely broken permissions test in new alter_operator regre
Date: 2015-07-17 18:10:57
Message-ID: E1ZGA65-0003bt-U3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix entirely broken permissions test in new alter_operator regression test.

Not only did this test fail to test what it was supposed to test, but it
left a user definition lying around, which caused subsequent runs of the
regression tests to fail.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/266e771435bfed648138f6b684c895c8225dc8fc

Modified Files
--------------
src/test/regress/expected/alter_operator.out | 9 ++++-----
src/test/regress/sql/alter_operator.sql | 8 +++-----
2 files changed, 7 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-17 18:40:45 Re: [COMMITTERS] pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Previous Message Michael Paquier 2015-07-17 14:40:35 Re: [COMMITTERS] pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY