Re: build gcc warning

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: build gcc warning
Date: 2022-12-27 06:55:06
Message-ID: 3961128.1672124106@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> I got new warning
> analyze.c: In function ‘transformStmt’:
> analyze.c:550:21: warning: ‘sub_rteperminfos’ may be used uninitialized
> [-Wmaybe-uninitialized]

A couple of buildfarm animals are warning about that too ... but
only a couple.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2022-12-27 06:57:47 RE: New strategies for freezing, advancing relfrozenxid early
Previous Message Justin Pryzby 2022-12-27 06:54:56 Re: Allow placeholders in ALTER ROLE w/o superuser