diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-02-15 17:28:17 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-02-15 17:28:17 -0500 |
commit | 3b0ee7f583dc347c4aecb57d35830d2f99956e5c (patch) | |
tree | f56adbfef07fa439a06220882b59d088755b15c2 /src/backend/access/transam/xlogutils.c | |
parent | 4c1a1a347a47df7c17b0fd212436ccbb896c47ca (diff) | |
download | postgresql-3b0ee7f583dc347c4aecb57d35830d2f99956e5c.tar.gz postgresql-3b0ee7f583dc347c4aecb57d35830d2f99956e5c.zip |
Ensure that length argument of memcmp() isn't seen as negative.
I think this will shut up a weird warning from buildfarm member
serinus. Perhaps it'd be better to change tsCompareString's
length arguments to unsigned, but that seems more invasive
than is justified.
Part of a general push to remove off-the-beaten-track warnings
where we can easily do so.
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions