1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Remove stray mid-sentence tabs in comments

This commit is contained in:
Peter Eisentraut
2023-05-19 15:57:38 +02:00
parent 6ff33cdbab
commit 803b4a26ca
7 changed files with 7 additions and 7 deletions

View File

@@ -540,7 +540,7 @@ smgrzeroextend(SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum,
* smgrprefetch() -- Initiate asynchronous read of the specified block of a relation.
*
* In recovery only, this can return false to indicate that a file
* doesn't exist (presumably it has been dropped by a later WAL
* doesn't exist (presumably it has been dropped by a later WAL
* record).
*/
bool