Fix breakage in previous change

pull/17/head
Peter Eisentraut 9 years ago
parent 330b48b94b
commit cd03890d0b
  1. 2
      src/include/utils/jsonb.h

@ -241,7 +241,7 @@ enum jbvType
*/
struct JsonbValue
{
jbvType type; /* Influences sort order */
enum jbvType type; /* Influences sort order */
union
{

Loading…
Cancel
Save