@@ -1457,17 +1457,18 @@ Indexes:
14571457Tablespace: "pg_global"
14581458
14591459\d gp_matview_aux
1460- Table "pg_catalog.gp_matview_aux"
1461- Column | Type | Collation | Nullable | Default
1462- ------------+--------+-----------+----------+---------
1463- mvoid | oid | | not null |
1464- mvname | name | | not null |
1465- datastatus | "char" | | not null |
1466- Indexes:
1467- "gp_matview_aux_datastatus_index" btree (datastatus), tablespace "pg_global"
1468- "gp_matview_aux_mvname_index" btree (mvname), tablespace "pg_global"
1469- "gp_matview_aux_mvoid_index" UNIQUE CONSTRAINT, btree (mvoid), tablespace "pg_global"
1470- Tablespace: "pg_global"
1460+ Table "pg_catalog.gp_matview_aux"
1461+ Column | Type | Collation | Nullable | Default
1462+ -------------+--------------+-----------+----------+---------
1463+ mvoid | oid | | not null |
1464+ mvname | name | | not null |
1465+ has_foreign | boolean | | not null |
1466+ datastatus | "char" | | not null |
1467+ view_query | pg_node_tree | C | not null |
1468+ Indexes:
1469+ "gp_matview_aux_datastatus_index" btree (datastatus)
1470+ "gp_matview_aux_mvname_index" btree (mvname)
1471+ "gp_matview_aux_mvoid_index" UNIQUE CONSTRAINT, btree (mvoid)
14711472
14721473\d pg_tag_description
14731474 Table "pg_catalog.pg_tag_description"
@@ -1883,9 +1884,11 @@ Tablespace: "pg_global"
18831884------------+----------+-----------+----------+---------
18841885 attrelid | oid | | not null |
18851886 attnum | smallint | | not null |
1887+ filenum | smallint | | not null |
18861888 attoptions | text[] | C | |
18871889Indexes:
18881890 "pg_attribute_encoding_attrelid_attnum_index" UNIQUE CONSTRAINT, btree (attrelid, attnum)
1891+ "pg_attribute_encoding_attrelid_filenum_index" UNIQUE CONSTRAINT, btree (attrelid, filenum)
18891892 "pg_attribute_encoding_attrelid_index" btree (attrelid)
18901893
18911894\d pg_extprotocol
@@ -1915,23 +1918,22 @@ Indexes:
19151918 "gp_fastsequence_objid_objmod_index" UNIQUE CONSTRAINT, btree (objid, objmod)
19161919
19171920\d pg_appendonly
1918- Table "pg_catalog.pg_appendonly"
1919- Column | Type | Collation | Nullable | Default
1920- -----------------+----------+-----------+----------+---------
1921- relid | oid | | not null |
1922- blocksize | integer | | not null |
1923- safefswritesize | integer | | not null |
1924- compresslevel | smallint | | not null |
1925- checksum | boolean | | not null |
1926- compresstype | name | | not null |
1927- columnstore | boolean | | not null |
1928- segrelid | oid | | not null |
1929- segfilecount | smallint | | not null |
1930- version | smallint | | not null |
1931- blkdirrelid | oid | | not null |
1932- blkdiridxid | oid | | not null |
1933- visimaprelid | oid | | not null |
1934- visimapidxid | oid | | not null |
1921+ Table "pg_catalog.pg_appendonly"
1922+ Column | Type | Collation | Nullable | Default
1923+ ---------------+----------+-----------+----------+---------
1924+ relid | oid | | not null |
1925+ blocksize | integer | | not null |
1926+ compresslevel | smallint | | not null |
1927+ checksum | boolean | | not null |
1928+ compresstype | name | | not null |
1929+ columnstore | boolean | | not null |
1930+ segrelid | oid | | not null |
1931+ segfilecount | smallint | | not null |
1932+ version | smallint | | not null |
1933+ blkdirrelid | oid | | not null |
1934+ blkdiridxid | oid | | not null |
1935+ visimaprelid | oid | | not null |
1936+ visimapidxid | oid | | not null |
19351937Indexes:
19361938 "pg_appendonly_relid_index" UNIQUE CONSTRAINT, btree (relid)
19371939
@@ -2420,6 +2422,7 @@ Indexes:
24202422 aggmtransspace | integer | | not null |
24212423 agginitval | text | C | |
24222424 aggminitval | text | C | |
2425+ aggrepsafeexec | boolean | | |
24232426Indexes:
24242427 "pg_aggregate_fnoid_index" PRIMARY KEY, btree (aggfnoid)
24252428
@@ -2646,7 +2649,7 @@ Indexes:
26462649 reloftype | oid | | not null |
26472650 relowner | oid | | not null |
26482651 relam | oid | | not null |
2649- relfilenode | bigint | | not null |
2652+ relfilenode | oid | | not null |
26502653 reltablespace | oid | | not null |
26512654 relpages | integer | | not null |
26522655 reltuples | real | | not null |
@@ -2667,6 +2670,8 @@ Indexes:
26672670 relreplident | "char" | | not null |
26682671 relispartition | boolean | | not null |
26692672 relisivm | boolean | | not null |
2673+ relisdynamic | boolean | | not null |
2674+ relmvrefcount | integer | | not null |
26702675 relrewrite | oid | | not null |
26712676 relfrozenxid | xid | | not null |
26722677 relminmxid | xid | | not null |
0 commit comments