mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Fix many typos and inconsistencies
Author: Alexander Lakhin Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com
This commit is contained in:
@@ -2258,7 +2258,7 @@ check_for_freed_segments(dsa_area *area)
|
||||
}
|
||||
|
||||
/*
|
||||
* Workhorse for check_for_free_segments(), and also used directly in path
|
||||
* Workhorse for check_for_freed_segments(), and also used directly in path
|
||||
* where the area lock is already held. This should be called after acquiring
|
||||
* the lock but before looking up any segment by index number, to make sure we
|
||||
* unmap any stale segments that might have previously had the same index as a
|
||||
|
||||
@@ -231,7 +231,7 @@ FreePageManagerGet(FreePageManager *fpm, Size npages, Size *first_page)
|
||||
|
||||
/*
|
||||
* FreePageManagerGetInternal may have set contiguous_pages_dirty.
|
||||
* Recompute contigous_pages if so.
|
||||
* Recompute contiguous_pages if so.
|
||||
*/
|
||||
FreePageManagerUpdateLargest(fpm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user