pgsql: Fix some functions that were declared static then defined not-st

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix some functions that were declared static then defined not-st
Дата
Msg-id E1YAmEQ-0002J4-E0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some functions that were declared static then defined not-static.

Per testing with a compiler that whines about this.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4bb45b99963a4c236d3076fe2c169e79fead5526

Modified Files
--------------
src/pl/plpython/plpy_main.c       |    2 +-
src/pl/plpython/plpy_plpymodule.c |   20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix some functions that were declared static then defined not-st
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typos in comment.