File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1147,6 +1147,9 @@ pub struct StViewParamRow {
11471147
11481148/// System table [ST_VIEW_SUB_NAME]
11491149///
1150+ /// Legacy compatibility schema. Runtime view subscription state is maintained
1151+ /// in committed state rather than inserted into this table.
1152+ ///
11501153/// | view_id | arg_id | identity | num_subscribers | has_subscribers | last_called |
11511154/// |---------|--------|----------|-----------------|-----------------|-------------|
11521155/// | 1 | 2 | 0x... | 3 | true | <timestamp> |
@@ -1171,6 +1174,9 @@ impl TryFrom<RowRef<'_>> for StViewSubRow {
11711174
11721175/// System table [ST_VIEW_ARG_NAME]
11731176///
1177+ /// Legacy compatibility schema. Runtime view arguments are identified by
1178+ /// `arg_hash` and are not inserted into this table.
1179+ ///
11741180/// | id | bytes |
11751181/// |----|---------|
11761182/// | 1 | <bytes> |
You can’t perform that action at this time.
0 commit comments