pgsql: Fix entirely broken permissions test in new alter_operator regre - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix entirely broken permissions test in new alter_operator regre
Date
Msg-id E1ZGA65-0003bt-U3@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Next
From: Tom Lane
Date:
Subject: pgsql: Repair mishandling of cached cast-expression trees in plpgsql.