pgsql: Initialize variable to placate compiler. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Initialize variable to placate compiler.
Date
Msg-id E1w15RM-003rIb-2i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Initialize variable to placate compiler.

Since commit 5883ff30b0, some compilers have been warning that the
rtekind variable in unique_nonjoin_rtekind() may be used
uninitialized.  There doesn't appear to be any actual risk, so
let's just initialize it to something to silence the compiler
warnings.

Author: Sami Imseih <samimseih@gmail.com>
Discussion: https://postgr.es/m/CAA5RZ0sieVNfniCKMDdDjuXGd1OuzMQfTS5%3D9vX3sa-iiujKUA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/be43c48c22cc8a4f55258e5230d23909e13c5efd

Modified Files
--------------
contrib/pg_plan_advice/pgpa_scan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Optimize COPY FROM (FORMAT {text,csv}) using SIMD.
Next
From: Jacob Champion
Date:
Subject: pgsql: libpq-oauth: Use the PGoauthBearerRequestV2 API