Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b7ca57a

Browse files
committed
Fix mis-merge in previous commit
1 parent 8f612b7 commit b7ca57a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/modules/test_ddl_deparse/test_ddl_deparse.c

-3
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ get_altertable_subcmdtypes(PG_FUNCTION_ARGS)
152152
case AT_ReAddConstraint:
153153
strtype = "(re) ADD CONSTRAINT";
154154
break;
155-
case AT_ReAddComment:
156-
strtype = "(re) ADD COMMENT";
157-
break;
158155
case AT_AlterConstraint:
159156
strtype = "ALTER CONSTRAINT";
160157
break;

0 commit comments

Comments
 (0)