pgsql: Fix compiler warnings

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix compiler warnings
Дата
Msg-id E1PiDiA-0001qE-B4@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compiler warnings

Older versions of GCC appear to report these with the current standard
option set, newer versions need -Wformat-security.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=ddf8c1682237119bf66949050e223c2151329f4c

Modified Files
--------------
src/pl/plpython/plpython.c |    6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Per Peter E, use 'kB' for kilobyte, not 'K'.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: autoreconf