]> granicus.if.org Git - postgresql/commit
Separate enum from struct
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Sep 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Sep 2016 19:11:47 +0000 (15:11 -0400)
commit330b48b94b53bcbbc490f952d6798d5ab637721a
treebcf470113e0bdd104ed78c080e736a51734846f8
parent0665023b4435a469e42289d7065c436967a022b6
Separate enum from struct

Otherwise the enum symbols are not visible outside the struct in C++.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
src/include/utils/jsonb.h