Обсуждение: pgsql: Fix compiler warnings

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

pgsql: Fix compiler warnings

От
Peter Eisentraut
Дата:
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(-)