Re: pgsql: Fix incidental warnings from cpluspluscheck.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Fix incidental warnings from cpluspluscheck.
Date: 2019-08-19 00:26:19
Message-ID: CA+hUKGLd9pna16OET2xyS98HwqL6rMCbyY-sB0SGTqVxwniDOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Aug 19, 2019 at 11:01 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-08-19 00:41:12 Re: pgsql: Fix incidental warnings from cpluspluscheck.
Previous Message Alvaro Herrera 2019-08-19 00:18:40 Re: pgsql: doc: Add some images