Avoid unused value (src/fe_utils/print.c)
Ranier Vilela <ranier.vf@gmail.com>
From: Ranier Vilela <ranier.vf@gmail.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2023-06-03T10:14:57Z
Lists: pgsql-hackers
Attachments
- avoid-unused-value-print.patch (application/octet-stream) patch
Hi, This is for Postgres 17 (head). Per Coverity. At function print_unaligned_text, variable "need_recordsep", is unnecessarily set to true and false. Attached a trivial fix patch. regards, Ranier Vilela