Обсуждение: pgsql: Silence benign warnings from clang version 3.0-6ubuntu3.

Поиск
Список
Период
Сортировка

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

От
Kevin Grittner
Дата:
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(-)


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

От
Tom Lane
Дата:
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