diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index b56c10293bb..048ccc09886 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -2466,38 +2466,6 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i Send time of last reply message received from standby server </para></entry> </row> - - <row> - <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>spill_txns</structfield> <type>bigint</type> - </para> - <para> - Number of transactions spilled to disk after the memory used by - logical decoding exceeds <literal>logical_decoding_work_mem</literal>. The - counter gets incremented both for top-level transactions and - subtransactions. - </para></entry> - </row> - - <row> - <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>spill_count</structfield> <type>bigint</type> - </para> - <para> - Number of times transactions were spilled to disk. Transactions - may get spilled repeatedly, and this counter gets incremented on every - such invocation. - </para></entry> - </row> - - <row> - <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>spill_bytes</structfield> <type>bigint</type> - </para> - <para> - Amount of decoded transaction data spilled to disk. - </para></entry> - </row> </tbody> </tgroup> </table> @@ -2522,12 +2490,6 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i mechanism will simply display NULL lag. </para> - <para> - Tracking of spilled transactions works only for logical replication. In - physical replication, the tracking mechanism will display 0 for spilled - statistics. - </para> - <note> <para> The reported lag times are not predictions of how long it will take for |