pgsql: Allow cpluspluscheck to pass by renaming variable

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow cpluspluscheck to pass by renaming variable
Date: 2018-04-05 19:10:25
Message-ID: E1f4AHB-0004U7-2G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow cpluspluscheck to pass by renaming variable

Use of a C++ keyword as a function name caused problems

Reported-by: Álvaro Herrera

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/530e69e59b07cf94a65cfde7dd1a8b1c62b44228

Modified Files
--------------
src/backend/parser/parse_clause.c | 14 +++++++-------
src/include/parser/parse_clause.h | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-04-05 19:30:37 pgsql: PL/pgSQL: Add support for SET TRANSACTION
Previous Message Peter Eisentraut 2018-04-05 18:56:23 pgsql: Fix plan cache issue in PL/pgSQL CALL