diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-03-31 15:30:04 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-03-31 15:30:04 -0400 |
commit | 522d1a89f8d7ed45681988c60bd0a687332a4023 (patch) | |
tree | 35e66168b6e8e5e50051a6280ef5be8212ab2645 /src/backend/executor/execParallel.c | |
parent | 6197db5340b8154adce1c6d07f6d3325547429c1 (diff) | |
download | postgresql-522d1a89f8d7ed45681988c60bd0a687332a4023.tar.gz postgresql-522d1a89f8d7ed45681988c60bd0a687332a4023.zip |
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.
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions