projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb29ea
)
Add missed update in expected file
author
Alvaro Herrera
Thu, 26 Jan 2017 21:06:06 +0000
(18:06 -0300)
committer
Alvaro Herrera
Thu, 26 Jan 2017 21:06:06 +0000
(18:06 -0300)
src/test/modules/test_ddl_deparse/expected/comment_on.out
patch
|
blob
|
blame
|
history
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 4ebc89d611faea5af4e14f0fcdc9f0dc901fcc43..8ce01e0f748d8c8dbbb66e5541ab29c60490f10c 100644
(file)
--- 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';