Commit c8aa01c
Fix for gpcheckcat when issue
Error occurs when we issue command `gpcheckcat -C pg_class`.
Reported error is "[ERROR] executing: Cross consistency check for pg_class\n Execution error: name 'db' is not defined".
This is because of use of an undefined variable 'db'.
This commit fixes the issue by removing its usage.
Authored-by: vrhappy <songlong88@126.com>gpcheckcat -C pg_class (#16902)1 parent 4084219 commit c8aa01c
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1255 | 1255 | | |
1256 | 1256 | | |
1257 | 1257 | | |
1258 | | - | |
| 1258 | + | |
1259 | 1259 | | |
1260 | 1260 | | |
1261 | 1261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments