Re: pg_plan_advice: rtekind uninitialized compilation waning

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, robertmhaas(at)gmail(dot)com
Subject: Re: pg_plan_advice: rtekind uninitialized compilation waning
Date: 2026-03-13 16:32:48
Message-ID: abQ8MH0ln7EMVYRQ@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 12, 2026 at 04:20:14PM -0500, Nathan Bossart wrote:
> On Thu, Mar 12, 2026 at 03:16:29PM -0500, Sami Imseih wrote:
>> Attached initializes rtekind to RTE_RELATION to keep the compiler happy.
>> The value is set correctly inside the loop before it's used.
>
> Looks correct to me.

Committed.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul A Jungwirth 2026-03-13 17:06:50 Re: SQL:2011 Application Time Update & Delete
Previous Message Andres Freund 2026-03-13 16:24:53 Re: tid_blockno() and tid_offset() accessor functions