On Mon, Aug 19, 2019 at 11:01 AM Tom Lane <[email protected]> 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/include/port/atomics/arch-x86.h
src/include/storage/s_lock.h
src/pl/plperl/ppport.h

-- 
Thomas Munro
https://enterprisedb.com


Reply via email to