pgsql: Fix cpluspluscheck warning - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix cpluspluscheck warning
Date
Msg-id E1csGi2-0004xo-Rr@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use ExecPrepareExpr in place of ExecPrepareCheck whereappropria
Next
From: Tom Lane
Date:
Subject: pgsql: Improve performance of ExecEvalWholeRowVar.