Thomas Munro writes:
> On Mon, Aug 19, 2019 at 11:01 AM Tom Lane wrote:
>> Remove use of "register" keyword in hashfn.c. It's obsolescent
>> according to recent C++ compilers, and no modern C compiler pays
>> much attention to it either.
> We have some more of those:
> src/backend/regex/regexe
On Mon, Aug 19, 2019 at 11:01 AM Tom Lane wrote:
> Remove use of "register" keyword in hashfn.c. It's obsolescent
> according to recent C++ compilers, and no modern C compiler pays
> much attention to it either.
We have some more of those:
src/backend/regex/regexec.c
src/common/md5.c
src/includ
Fix incidental warnings from cpluspluscheck.
Remove use of "register" keyword in hashfn.c. It's obsolescent
according to recent C++ compilers, and no modern C compiler pays
much attention to it either.
Also fix one cosmetic warning about signed vs unsigned comparison.
Discussion: https://postgr