pgsql: Fix compiler warning on Windows.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix compiler warning on Windows.
Дата
Msg-id E1fDjKq-00068y-7B@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix compiler warning on Windows.

Commit 41c912cad caused MSVC to complain that not all control paths
return a value.

Thomas Munro

Discussion: https://postgr.es/m/CAEepm%3D3%3DTDYEXUEcHpEx%2BTwc31wo7PA0oBAiNt6sWmq93MW02A%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe4ecd08d81cfea7f0512189893cc02cf261ccde

Modified Files
--------------
src/bin/pgbench/pgbench.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Further -Wimplicit-fallthrough cleanup.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: Remove tabs recently introduced by me.