mirror of
https://github.com/postgres/postgres.git
synced 2025-08-14 02:22:38 +03:00
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
This commit is contained in:
@@ -952,7 +952,7 @@ lazy_scan_heap(Relation onerel, LVRelStats *vacrelstats,
|
||||
heap_execute_freeze_tuple(htup, &frozen[i]);
|
||||
}
|
||||
|
||||
/* Now WAL-log freezing if neccessary */
|
||||
/* Now WAL-log freezing if necessary */
|
||||
if (RelationNeedsWAL(onerel))
|
||||
{
|
||||
XLogRecPtr recptr;
|
||||
|
Reference in New Issue
Block a user