pgsql: Suppress compiler warning in libpq_pipeline.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress compiler warning in libpq_pipeline.c.
Date: 2021-03-31 19:30:17
Message-ID: E1lRgXh-0003J2-8y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2021-03-31 20:24:42 pgsql: Add a docs section for obsoleted and renamed functions and setti
Previous Message Alvaro Herrera 2021-03-31 18:16:09 pgsql: Fix some libpq_pipeline test problems