1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Add missed update in expected file

This commit is contained in:
Alvaro Herrera
2017-01-26 18:06:06 -03:00
parent 7fb29ea9c6
commit f90860f339

View File

@@ -21,5 +21,3 @@ COMMENT ON TRIGGER trigger_1 ON datatype_table IS 'TRIGGER test';
NOTICE: DDL test: type simple, tag COMMENT
COMMENT ON RULE rule_1 IS 'RULE test';
NOTICE: DDL test: type simple, tag COMMENT
-- should not fire
COMMENT ON DATABASE contrib_regression IS 'contrib regression';