silence compiler warning in brin.c - Mailing list pgsql-hackers

From Nathan Bossart
Subject silence compiler warning in brin.c
Date
Msg-id 20220601163537.GA2331988@nathanxps13
Whole thread Raw
Responses Re: silence compiler warning in brin.c
List pgsql-hackers
Hi hackers,

I'm seeing a compiler warning in brin.c with an older version of gcc.
Specifically, it seems worried that a variable might not be initialized.
AFAICT there is no real risk, so I've attached a small patch to silence the
warning.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: plperl tests fail with latest Perl 5.36
Next
From: Zhihong Yu
Date:
Subject: Re: silence compiler warning in brin.c