mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Fix typos in the code
Author: Vignesh C Reviewed-by: Dilip Kumar, Michael Paquier Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com
This commit is contained in:
@@ -1692,7 +1692,7 @@ FreePageManagerPutInternal(FreePageManager *fpm, Size first_page, Size npages,
|
||||
|
||||
/*
|
||||
* The act of allocating pages to recycle may have invalidated the
|
||||
* results of our previous btree reserch, so repeat it. (We could
|
||||
* results of our previous btree research, so repeat it. (We could
|
||||
* recheck whether any of our split-avoidance strategies that were
|
||||
* not viable before now are, but it hardly seems worthwhile, so
|
||||
* we don't bother. Consolidation can't be possible now if it
|
||||
|
||||
Reference in New Issue
Block a user