Re: pgsql: Resolve partition strategy during early parsing

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Resolve partition strategy during early parsing
Date: 2022-11-07 21:55:27
Message-ID: CAApHDvrScHfKVmZBd=jPxV19=76G0A=kBiGZnog1SXArMiLQkg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sat, 5 Nov 2022 at 05:19, Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
> [16:10:46.225] c:\cirrus\src\backend\parser\gram.y(18435) : warning C4715: 'parsePartitionStrategy': not all control paths return a value

I noticed this too. I've just pushed a patch to fix it.

David

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-11-08 01:51:05 pgsql: Fix initialization of pg_stat_get_lastscan()
Previous Message David Rowley 2022-11-07 21:54:56 pgsql: Fix compiler warning on MSVC