| From: | David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter(at)eisentraut(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Generated columns |
| Date: | 2019-04-05 01:47:30 |
| Message-ID: | CAKJS1f9=GWvjO=YxtP4n+4x16tAcA_X9FRbcAf_zad4H76tK0g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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.
--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| Attachment | Content-Type | Size |
|---|---|---|
| fix_warning_in_get_attgenerated.patch | application/octet-stream | 450 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephen Frost | 2019-04-05 02:54:35 | pgsql: Handle errors during GSSAPI startup better |
| Previous Message | Michael Paquier | 2019-04-05 01:39:36 | pgsql: Fix some documentation in pg_rewind |