pgsql: Suppress compiler warning in libpq_pipeline.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress compiler warning in libpq_pipeline.c.
Date
Msg-id E1lRgXh-0003J2-8y@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix some libpq_pipeline test problems
Next
From: Stephen Frost
Date:
Subject: pgsql: Add a docs section for obsoleted and renamed functions and setti