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(-)