diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-01-26 18:06:06 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-01-26 18:06:06 -0300 |
commit | f90860f339f6bb49a46ae0a2e4cedb109b3c9764 (patch) | |
tree | f81f135ee797cbff121722b9fe8badd891bbe0b7 | |
parent | 7fb29ea9c6269d9a2345a9dfa91cd066eb66bedc (diff) | |
download | postgresql-f90860f339f6bb49a46ae0a2e4cedb109b3c9764.tar.gz postgresql-f90860f339f6bb49a46ae0a2e4cedb109b3c9764.zip |
Add missed update in expected file
-rw-r--r-- | src/test/modules/test_ddl_deparse/expected/comment_on.out | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/modules/test_ddl_deparse/expected/comment_on.out b/src/test/modules/test_ddl_deparse/expected/comment_on.out index 4ebc89d611f..8ce01e0f748 100644 --- a/src/test/modules/test_ddl_deparse/expected/comment_on.out +++ b/src/test/modules/test_ddl_deparse/expected/comment_on.out @@ -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'; |