pgsql: Suppress compiler warning in libpq_pipeline.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress compiler warning in libpq_pipeline.c.
Дата
Msg-id E1lRgXh-0003J2-8y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress compiler warning in libpq_pipeline.c.

Some compilers seem to be concerned about the possibility that
recv_step is not any of the defined enum values.  Silence
warnings about uninitialized cmdtag in a different way than
I did in 9fb9691a8.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/522d1a89f8d7ed45681988c60bd0a687332a4023

Modified Files
--------------
src/test/modules/libpq_pipeline/libpq_pipeline.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix some libpq_pipeline test problems
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Add a docs section for obsoleted and renamed functions and setti