mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix a few duplicate words in comments
These are all new to v18 Author: David Rowley <dgrowleyml@gmail.com> Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
This commit is contained in:
@ -460,7 +460,7 @@ verify_heapam(PG_FUNCTION_ARGS)
|
||||
else
|
||||
{
|
||||
/*
|
||||
* It would not be safe to naively use use batchmode, as
|
||||
* It would not be safe to naively use batchmode, as
|
||||
* heapcheck_read_stream_next_unskippable takes locks. It shouldn't be
|
||||
* too hard to convert though.
|
||||
*/
|
||||
|
@ -450,8 +450,8 @@ pg_buffercache_numa_pages(PG_FUNCTION_ARGS)
|
||||
* locks, so the information of each buffer is self-consistent.
|
||||
*
|
||||
* This loop touches and stores addresses into os_page_ptrs[] as input
|
||||
* to one big big move_pages(2) inquiry system call. Basically we ask
|
||||
* for all memory pages for NBuffers.
|
||||
* to one big move_pages(2) inquiry system call. Basically we ask for
|
||||
* all memory pages for NBuffers.
|
||||
*/
|
||||
startptr = (char *) TYPEALIGN_DOWN(os_page_size, (char *) BufferGetBlock(1));
|
||||
idx = 0;
|
||||
|
Reference in New Issue
Block a user