Skip to content

Commit bbe44e5

Browse files
committed
fix issues
1 parent 321c2e2 commit bbe44e5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tools/greenplum-to-pg-tests/issues.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,18 @@ issues:
9090
issue_regexp:
9191
- '^RawStmt: alternative is not implemented yet : 282$'
9292
example: DISCARD ALL
93+
- name: ANALYZE
94+
issue_regexp: "RawStmt: alternative is not implemented yet : 276"
95+
example: ANALYZE lc;
96+
- name: RESET var
97+
issue_regexp: "^VariableSetStmt, not supported kind: 4$"
98+
query_regexp: RESET ROLE
99+
- name: SELECT setconfig as
100+
issue_regexp: "^Expected AConst node as is_local arg, but got node with tag: 357$"
101+
example: SELECT set_config($1, $2, $3) as myvar
102+
- name: Lock table
103+
issue_regexp: "^RawStmt: alternative is not implemented yet : 289$"
104+
example: LOCK TABLE asd IN EXCLUSIVE MODE
105+
- name: table not found
106+
issue_regexp: Cannot find table
107+
print_issue_to_log: True

0 commit comments

Comments
 (0)