mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Fix breakage in previous change
This commit is contained in:
@@ -241,7 +241,7 @@ enum jbvType
|
||||
*/
|
||||
struct JsonbValue
|
||||
{
|
||||
jbvType type; /* Influences sort order */
|
||||
enum jbvType type; /* Influences sort order */
|
||||
|
||||
union
|
||||
{
|
||||
|
Reference in New Issue
Block a user