Skip to content

Commit a3888fe

Browse files
author
hackorum
committed
Apply prewarm.diff
1 parent 6e89028 commit a3888fe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/src/sgml/pgprewarm.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ pg_prewarm(regclass, mode text default 'buffer', fork text default 'main',
3535
The fourth argument is the first block number to prewarm
3636
(<literal>NULL</literal> is accepted as a synonym for zero). The fifth
3737
argument is the last block number to prewarm (<literal>NULL</literal>
38-
means prewarm through the last block in the relation). The return value
39-
is the number of blocks prewarmed.
38+
means prewarm through the last block in the relation). The block
39+
range allows a single relation to be loaded in parallel using multiple
40+
concurent function calls. The return value is the number of blocks
41+
prewarmed.
4042
</para>
4143

4244
<para>

0 commit comments

Comments
 (0)