mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
This commit is contained in:
@@ -633,7 +633,7 @@ systable_endscan(SysScanDesc sysscan)
|
||||
* Currently we do not support non-index-based scans here. (In principle
|
||||
* we could do a heapscan and sort, but the uses are in places that
|
||||
* probably don't need to still work with corrupted catalog indexes.)
|
||||
* For the moment, therefore, these functions are merely the thinnest of
|
||||
* For the moment, therefore, these functions are merely the thinest of
|
||||
* wrappers around index_beginscan/index_getnext_slot. The main reason for
|
||||
* their existence is to centralize possible future support of lossy operators
|
||||
* in catalog scans.
|
||||
|
||||
Reference in New Issue
Block a user