@@ -18580,7 +18580,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1858018580 <literal><function>pg_replication_origin_drop(<parameter>node_name</parameter> <type>text</type>)</function></literal>
1858118581 </entry>
1858218582 <entry>
18583- void
18583+ <type> void</>
1858418584 </entry>
1858518585 <entry>
1858618586 Delete a previously created replication origin, including any
@@ -18612,7 +18612,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1861218612 <literal><function>pg_replication_origin_session_setup(<parameter>node_name</parameter> <type>text</type>)</function></literal>
1861318613 </entry>
1861418614 <entry>
18615- void
18615+ <type> void</>
1861618616 </entry>
1861718617 <entry>
1861818618 Mark the current session as replaying from the given
@@ -18630,7 +18630,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1863018630 <literal><function>pg_replication_origin_session_reset()</function></literal>
1863118631 </entry>
1863218632 <entry>
18633- void
18633+ <type> void</>
1863418634 </entry>
1863518635 <entry>
1863618636 Cancel the effects
@@ -18679,7 +18679,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1867918679 <literal><function>pg_replication_origin_xact_setup(<parameter>origin_lsn</parameter> <type>pg_lsn</type>, <parameter>origin_timestamp</parameter> <type>timestamptz</type>)</function></literal>
1868018680 </entry>
1868118681 <entry>
18682- void
18682+ <type> void</>
1868318683 </entry>
1868418684 <entry>
1868518685 Mark the current transaction as replaying a transaction that has
@@ -18698,7 +18698,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1869818698 <literal><function>pg_replication_origin_xact_reset()</function></literal>
1869918699 </entry>
1870018700 <entry>
18701- void
18701+ <type> void</>
1870218702 </entry>
1870318703 <entry>
1870418704 Cancel the effects of
@@ -18714,7 +18714,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1871418714 <literal>pg_replication_origin_advance<function>(<parameter>node_name</parameter> <type>text</type>, <parameter>pos</parameter> <type>pg_lsn</type>)</function></literal>
1871518715 </entry>
1871618716 <entry>
18717- void
18717+ <type> void</>
1871818718 </entry>
1871918719 <entry>
1872018720 Set replication progress for the given node to the given
@@ -19174,7 +19174,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1917419174 <tbody>
1917519175 <row>
1917619176 <entry>
19177- <literal><function>brin_summarize_new_values(<parameter>index_oid </> <type>regclass</>)</function></literal>
19177+ <literal><function>brin_summarize_new_values(<parameter>index </> <type>regclass</>)</function></literal>
1917819178 </entry>
1917919179 <entry><type>integer</type></entry>
1918019180 <entry>summarize page ranges not already summarized</entry>
@@ -19191,8 +19191,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1919119191 </table>
1919219192
1919319193 <para>
19194- <function>brin_summarize_new_values</> receives a BRIN index OID as
19195- argument and inspects the index to find page ranges in the base table
19194+ <function>brin_summarize_new_values</> accepts the OID or name of a
19195+ BRIN index and inspects the index to find page ranges in the base table
1919619196 that are not currently summarized by the index; for any such range
1919719197 it creates a new summary index tuple by scanning the table pages.
1919819198 It returns the number of new page range summaries that were inserted
@@ -19201,12 +19201,12 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1920119201
1920219202 <para>
1920319203 <function>gin_clean_pending_list</> accepts the OID or name of
19204- a GIN index and cleans up the pending list of the specified GIN index
19204+ a GIN index and cleans up the pending list of the specified index
1920519205 by moving entries in it to the main GIN data structure in bulk.
19206- It returns the number of pages cleaned up from the pending list.
19207- Note that if the argument is a GIN index built with <literal>fastupdate</>
19208- option disabled, the cleanup does not happen and the return value is 0
19209- because the index doesn't have a pending list.
19206+ It returns the number of pages removed from the pending list.
19207+ Note that if the argument is a GIN index built with
19208+ the <literal>fastupdate</> option disabled, no cleanup happens and the
19209+ return value is 0, because the index doesn't have a pending list.
1921019210 Please see <xref linkend="gin-fast-update"> and <xref linkend="gin-tips">
1921119211 for details of the pending list and <literal>fastupdate</> option.
1921219212 </para>
0 commit comments