mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
pgindent run for 9.4
This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
This commit is contained in:
@ -45,7 +45,7 @@ static char blockbuffer[BLCKSZ];
|
||||
*
|
||||
* The first argument is the relation to be prewarmed; the second controls
|
||||
* how prewarming is done; legal options are 'prefetch', 'read', and 'buffer'.
|
||||
* The third is the name of the relation fork to be prewarmed. The fourth
|
||||
* The third is the name of the relation fork to be prewarmed. The fourth
|
||||
* and fifth arguments specify the first and last block to be prewarmed.
|
||||
* If the fourth argument is NULL, it will be taken as 0; if the fifth argument
|
||||
* is NULL, it will be taken as the number of blocks in the relation. The
|
||||
|
Reference in New Issue
Block a user