pgsql: Fix cpluspluscheck warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix cpluspluscheck warning
Date: 2017-03-26 22:32:26
Message-ID: E1csGi2-0004xo-Rr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix cpluspluscheck warning

Structure tag cannot be the same as a typedef that is a pointer to that
struct.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/895f93701fd78b6faab6b437685357298a91dfe3

Modified Files
--------------
src/include/utils/pg_locale.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-26 23:15:07 pgsql: Improve performance of ExecEvalWholeRowVar.
Previous Message Tom Lane 2017-03-26 22:14:08 pgsql: Use ExecPrepareExpr in place of ExecPrepareCheck where appropria