pgsql: Avoid using a C++ keyword in header file

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid using a C++ keyword in header file
Date: 2016-10-27 02:42:45
Message-ID: E1bzaeT-00046q-SC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid using a C++ keyword in header file

per cpluspluscheck

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c32fe432afd4bc428acf4a237f911271746f689f

Modified Files
--------------
src/backend/executor/execGrouping.c | 6 +++---
src/include/lib/simplehash.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-10-27 12:37:59 Re: pgsql: Properly indent postgresql.conf comments to align
Previous Message Tom Lane 2016-10-27 02:23:56 Re: pgsql: Properly indent postgresql.conf comments to align