pgsql: Remove test for COMMENT ON DATABASE

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove test for COMMENT ON DATABASE
Date: 2017-01-26 20:48:16
Message-ID: E1cWqxs-0008F8-9X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove test for COMMENT ON DATABASE

Our current DDL only allows a database name to be specified in COMMENT
ON DATABASE, which Andrew Dunstan reports to make this test fail on the
buildfarm. Remove the line until we gain a DDL command that allows the
current database to be operated on without having the specify it by
name.

Backpatch to 9.5, where these tests appeared.

Discussion: https://postgr.es/m/e6084b89-07a7-7e57-51ee-d7b8fc9ec864@2ndQuadrant.com

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/56b42a3341671fbbb69bbc5247f9062df32a3c06

Modified Files
--------------
src/test/modules/test_ddl_deparse/expected/comment_on.out | 2 --
src/test/modules/test_ddl_deparse/sql/comment_on.sql | 3 ---
2 files changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-01-26 21:07:02 pgsql: Add missed update in expected file
Previous Message Peter Eisentraut 2017-01-26 20:38:54 pgsql: doc: Update privileges documentation