pgsql: Silence benign warnings from clang version 3.0-6ubuntu3.

Started by Kevin Grittnerover 12 years ago2 messagescomitters
Jump to latest
#1Kevin Grittner
Kevin.Grittner@wicourts.gov

Silence benign warnings from clang version 3.0-6ubuntu3.

Branch
------
master

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

Modified Files
--------------
contrib/pg_standby/pg_standby.c | 2 +-
src/backend/utils/cache/catcache.c | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kevin Grittner (#1)
Re: pgsql: Silence benign warnings from clang version 3.0-6ubuntu3.

Kevin Grittner <kgrittn@postgresql.org> writes:

Silence benign warnings from clang version 3.0-6ubuntu3.

What in the world is the rationale for these changes in catcache.c?
If that really fixes a compiler warning, I would say that that compiler
is broken and should not be heeded.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers