Separate enum from struct Otherwise the enum symbols are not visible outside the struct in C++.
Reviewed-by: Thomas Munro <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/330b48b94b53bcbbc490f952d6798d5ab637721a Modified Files -------------- src/include/utils/jsonb.h | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
