mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Fix various common mispellings.
Mostly these are just comments but there are a few in documentation and a handful in code and tests. Hopefully this doesn't cause too much unnecessary pain for backpatching. I relented from some of the most common like "thru" for that reason. The rest don't seem numerous enough to cause problems. Thanks to Kevin Lyda's tool https://pypi.python.org/pypi/misspellings
This commit is contained in:
@@ -33,8 +33,8 @@ extern void XLogRecordPageWithFreeSpace(RelFileNode rnode, BlockNumber heapBlk,
|
||||
extern void FreeSpaceMapTruncateRel(Relation rel, BlockNumber nblocks);
|
||||
extern void FreeSpaceMapVacuum(Relation rel);
|
||||
extern void UpdateFreeSpaceMap(Relation rel,
|
||||
BlockNumber firtsBlkNum,
|
||||
BlockNumber lastBlkNum,
|
||||
BlockNumber startBlkNum,
|
||||
BlockNumber endBlkNum,
|
||||
Size freespace);
|
||||
|
||||
#endif /* FREESPACE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user