mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Fix inconsistencies and typos in the tree, take 10
This addresses some issues with unnecessary code comments, fixes various typos in docs and comments, and removes some orphaned structures and definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/9aabc775-5494-b372-8bcb-4dfc0bd37c68@gmail.com
This commit is contained in:
@@ -1989,7 +1989,7 @@ WriteInt(ArchiveHandle *AH, int i)
|
||||
* This is a bit yucky, but I don't want to make the binary format very
|
||||
* dependent on representation, and not knowing much about it, I write out
|
||||
* a sign byte. If you change this, don't forget to change the file
|
||||
* version #, and modify readInt to read the new format AS WELL AS the old
|
||||
* version #, and modify ReadInt to read the new format AS WELL AS the old
|
||||
* formats.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user