Re: pgsql: Separate enum from struct

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Separate enum from struct
Date: 2016-09-30 19:29:38
Message-ID: 646728b0-ae7b-8199-3295-8cc755611c39@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 9/30/16 3:20 PM, Stephen Frost wrote:
> Peter,
>
> * Peter Eisentraut (peter_e(at)gmx(dot)net) wrote:
>> Separate enum from struct
>>
>> Otherwise the enum symbols are not visible outside the struct in C++.
>>
>> Reviewed-by: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
>
> Looks like this upset the buildfarm pretty badly...

Yup, fixed.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-01 00:41:09 pgsql: Fix multiple portability issues in pg_upgrade's rewriteVisibilit
Previous Message Peter Eisentraut 2016-09-30 19:29:06 pgsql: Fix breakage in previous change