pgsql: Fix compiler warning in WaitForBackgroundWorkerStartup().

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix compiler warning in WaitForBackgroundWorkerStartup().
Дата
Msg-id E1VMhdp-00050J-V7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compiler warning in WaitForBackgroundWorkerStartup().

Per complaint from Andrew Gierth.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/496439d943565bdb6cb2eef534cce551c30e8a0f

Modified Files
--------------
src/backend/postmaster/bgworker.c |    6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix typo in comment.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix two timeline handling bugs in pg_receivexlog.