mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
This commit is contained in:
@@ -79,7 +79,7 @@ typedef struct ReplicationSlotOnDisk
|
||||
/* size of the part covered by the checksum */
|
||||
#define SnapBuildOnDiskChecksummedSize \
|
||||
sizeof(ReplicationSlotOnDisk) - SnapBuildOnDiskNotChecksummedSize
|
||||
/* size of the slot data that is version dependant */
|
||||
/* size of the slot data that is version dependent */
|
||||
#define ReplicationSlotOnDiskV2Size \
|
||||
sizeof(ReplicationSlotOnDisk) - ReplicationSlotOnDiskConstantSize
|
||||
|
||||
|
Reference in New Issue
Block a user