pgsql: Prevent possible compiler warnings.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Prevent possible compiler warnings.
Дата
Msg-id E1PqB12-0000Hf-Ub@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prevent possible compiler warnings.

Simon Riggs reports that rnode.dbNode and rnode.spcNode were
generating unused variable warnings on gcc 4.4.3 with CFLAGS=-O1

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/dbsize.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Typo fix
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix upgrade of contrib/btree_gist from 9.0.