diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/amcheck.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/src/sgml/amcheck.sgml b/doc/src/sgml/amcheck.sgml index 0aff0a6c8c6..08006856579 100644 --- a/doc/src/sgml/amcheck.sgml +++ b/doc/src/sgml/amcheck.sgml @@ -382,7 +382,7 @@ SET client_min_messages = DEBUG1; verification functions is <literal>true</literal>, an additional phase of verification is performed against the table associated with the target index relation. This consists of a <quote>dummy</quote> - <command>CREATE INDEX</command> operation, which checks for the + <command>CREATE INDEX CONCURRENTLY</command> operation, which checks for the presence of all hypothetical new index tuples against a temporary, in-memory summarizing structure (this is built when needed during the basic first phase of verification). The summarizing structure diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index e0556b6baac..d2dd5e28365 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1053,11 +1053,9 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser </entry> </row> <row> - <entry><literal>BufferPin</literal></entry> - <entry>The server process is waiting for exclusive access to - a data buffer. Buffer pin waits can be protracted if - another process holds an open cursor that last read data from the - buffer in question. See <xref linkend="wait-event-bufferpin-table"/>. + <entry><literal>Buffer</literal></entry> + <entry>The server process is waiting for access to a data buffer. + See <xref linkend="wait-event-buffer-table"/>. </entry> </row> <row> @@ -1673,7 +1671,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>slotsync_skip_at</structfield><type>timestamp with time zone</type> + <structfield>slotsync_last_skip</structfield><type>timestamp with time zone</type> </para> <para> Time at which last slot synchronization was skipped. Slot |
