mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@ -2362,7 +2362,7 @@ heapam_scan_sample_next_block(TableScanDesc scan, SampleScanState *scanstate)
|
||||
|
||||
if (blockno >= hscan->rs_nblocks)
|
||||
{
|
||||
/* wrap to begining of rel, might not have started at 0 */
|
||||
/* wrap to beginning of rel, might not have started at 0 */
|
||||
blockno = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user