Re: pgsql: Generated columns

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Generated columns
Date: 2019-04-05 07:26:04
Message-ID: 4b5aeee7-841e-aff9-1ae3-aafa2995195f@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2019-04-05 03:47, David Rowley wrote:
> On Sat, 30 Mar 2019 at 20:25, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> src/backend/utils/cache/lsyscache.c | 33 +
>
> This change has caused a new compiler warning for compilers that don't
> understand that elog(ERROR) can't return.
>
> The attached fixes.

Fixed, thanks.

(I rewrote it a bit differently, to match similar functions.)

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-04-05 12:01:02 pgsql: Doc: Update documentation on partitioning vs. foreign tables.
Previous Message Peter Eisentraut 2019-04-05 07:24:28 pgsql: Fix compiler warning