mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Fix an assortment of typos
Author: Alexander Lakhin Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
This commit is contained in:
@@ -228,7 +228,6 @@ SimpleLruAutotuneBuffers(int divisor, int max)
|
||||
* name: name of SLRU. (This is user-visible, pick with care!)
|
||||
* nslots: number of page slots to use.
|
||||
* nlsns: number of LSN groups per page (set to zero if not relevant).
|
||||
* ctllock: LWLock to use to control access to the shared control structure.
|
||||
* subdir: PGDATA-relative subdirectory that will contain the files.
|
||||
* buffer_tranche_id: tranche ID to use for the SLRU's per-buffer LWLocks.
|
||||
* bank_tranche_id: tranche ID to use for the bank LWLocks.
|
||||
|
||||
Reference in New Issue
Block a user