Re: [COMMITTERS] pgsql: Separate enum from struct

2016-09-30 Thread Peter Eisentraut
On 9/30/16 3:20 PM, Stephen Frost wrote: > Peter, > > * Peter Eisentraut ([email protected]) wrote: >> Separate enum from struct >> >> Otherwise the enum symbols are not visible outside the struct in C++. >> >> Reviewed-by: Thomas Munro > > Looks like this upset the buildfarm pretty badly... Yup,

Re: [COMMITTERS] pgsql: Separate enum from struct

2016-09-30 Thread Stephen Frost
Peter, * Peter Eisentraut ([email protected]) wrote: > Separate enum from struct > > Otherwise the enum symbols are not visible outside the struct in C++. > > Reviewed-by: Thomas Munro Looks like this upset the buildfarm pretty badly... Thanks! Stephen signature.asc Description: Digital sign

[COMMITTERS] pgsql: Separate enum from struct

2016-09-30 Thread Peter Eisentraut
Separate enum from struct Otherwise the enum symbols are not visible outside the struct in C++. Reviewed-by: Thomas Munro Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/330b48b94b53bcbbc490f952d6798d5ab637721a Modified Files -- src/include/utils/jsonb