Re: pg_plan_advice: rtekind uninitialized compilation waning

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Sami Imseih <samimseih(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_plan_advice: rtekind uninitialized compilation waning
Date: 2026-04-10 15:59:23
Message-ID: CA+TgmoYLSbgN7xmeTQYXnz7CrmtD+XdWq-7ag_CsKZt-eX7wvA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 13, 2026 at 12:32 PM Nathan Bossart
<nathandbossart(at)gmail(dot)com> wrote:
> 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.

Thanks. Apologies for failing to notice this thread.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-04-10 16:06:42 Re: [doc] pg_ctl: fix wrong description for -l
Previous Message Robert Haas 2026-04-10 15:57:41 Re: pg_stash_advice doc