Skip to content

Commit a6cbe5a

Browse files
committed
Update systables.out
1 parent fae9a2e commit a6cbe5a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • src/test/binary_swap/expected/upgrading_compatibility

src/test/binary_swap/expected/upgrading_compatibility/systables.out

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,9 +1452,8 @@ Tablespace: "pg_global"
14521452
mvoid | oid | | not null |
14531453
relid | oid | | not null |
14541454
Indexes:
1455-
"gp_matview_tables_mvoid_relid_index" UNIQUE CONSTRAINT, btree (mvoid, relid), tablespace "pg_global"
1456-
"gp_matview_tables_relid_index" btree (relid), tablespace "pg_global"
1457-
Tablespace: "pg_global"
1455+
"gp_matview_tables_mvoid_relid_index" UNIQUE CONSTRAINT, btree (mvoid, relid)
1456+
"gp_matview_tables_relid_index" btree (relid)
14581457

14591458
\d gp_matview_aux
14601459
Table "pg_catalog.gp_matview_aux"

0 commit comments

Comments
 (0)