バージョンごとのドキュメント一覧

F.24. old_snapshot — old_snapshot_thresholdの状態を調査する #

<title>old_snapshot &mdash; inspect <literal>old_snapshot_threshold</literal> state</title>

The <filename>old_snapshot</filename> module allows inspection of the server state that is used to implement <xref linkend="guc-old-snapshot-threshold" />. old_snapshotモジュールは、old_snapshot_thresholdを実装するために用いられているサーバの状態調査を可能にします。

F.24.1. 関数 #

<title>Functions</title>
pg_old_snapshot_time_mapping(array_offset OUT int4, end_timestamp OUT timestamptz, newest_xmin OUT xid) returns setof record

Returns all of the entries in the server's timestamp to XID mapping. Each entry represents the newest xmin of any snapshot taken in the corresponding minute. サーバのタイムスタンプからXIDへのマッピングのすべてのエントリを返します。 個々のエントリは、対応する瞬間に取得されたすべてのスナップショットのうち最新のxminを表します。