Remove obsolete SAMESIGN macro - Mailing list pgsql-hackers

From Richard Guo
Subject Remove obsolete SAMESIGN macro
Date
Msg-id CAMbWs4-NL3J3hQ3LzrwV-YUkQC18P+jM7ZiegQyAHzgdZev2qg@mail.gmail.com
Whole thread
Responses Re: Remove obsolete SAMESIGN macro
List pgsql-hackers
The SAMESIGN macro was historically used as a helper for manual
integer overflow checks.  However, since commit 4d6ad3125 introduced
overflow-aware integer operations, this manual sign-checking logic is
no longer necessary.

The macro remains defined in brin_minmax_multi.c and timestamp.c, but
is not used in either file.  Any objections to removing these
definitions to clean things up?

- Richard



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Make copyObject work in C++
Next
From: Ashutosh Bapat
Date:
Subject: Re: some validate_relation_kind() tidying