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-0002J2-E5@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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/71942a8b3ad516251cc1ba87362917a6614ee435

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: Avoid unexpected slowdown in vacuum regression test.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix some functions that were declared static then defined not-st