[COMMITTERS] pgsql: Remove test for COMMENT ON DATABASE

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема [COMMITTERS] pgsql: Remove test for COMMENT ON DATABASE
Дата
Msg-id E1cWqxs-0008F9-9b@gemulon.postgresql.org
обсуждение исходный текст
Список 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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7fb29ea9c6269d9a2345a9dfa91cd066eb66bedc

Modified Files
--------------
src/test/modules/test_ddl_deparse/sql/comment_on.sql | 3 ---
1 file changed, 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: doc: Update privileges documentation
Следующее
От: Alvaro Herrera
Дата:
Сообщение: [COMMITTERS] pgsql: Add missed update in expected file