Commit cd03890d authored by Peter Eisentraut's avatar Peter Eisentraut

Fix breakage in previous change

parent 330b48b9
......@@ -241,7 +241,7 @@ enum jbvType
*/
struct JsonbValue
{
jbvType type; /* Influences sort order */
enum jbvType type; /* Influences sort order */
union
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment