pgsql: Add missing "static" marker to internal_ping().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add missing "static" marker to internal_ping().
Дата
Msg-id E1PwOsX-00067q-K9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing "static" marker to internal_ping().

Per testing with a compiler that doesn't like that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/775464e8450677602833b1d11b919838e7b2b29a

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Dynamic array required within pg_stat_replication.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix a couple more missing "static" markers.