rename SnapBuild* macros in slot.c - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject rename SnapBuild* macros in slot.c
Date
Msg-id CALj2ACVZo-piDGzBOJRY4ob=_goFR6t9DhZMDMjJWN7LQs34Aw@mail.gmail.com
Whole thread Raw
Responses Re: rename SnapBuild* macros in slot.c
List pgsql-hackers
Hi,

It seems like the same macro names for
SnapBuildOnDiskNotChecksummedSize and SnapBuildOnDiskChecksummedSize
are being used in slot.c and snapbuild.c. I think, in slot.c, we can
rename them to ReplicationSlotOnDiskNotChecksummedSize and
ReplicationSlotOnDiskChecksummedSize
similar to the other macros ReplicationSlotOnDiskConstantSize and
ReplicationSlotOnDiskV2Size.

Here's a tiny patch for the above change.

Regards,
Bharath Rupireddy.

Attachment

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Test::More version
Next
From: Andrew Dunstan
Date:
Subject: Re: update with no changes