mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Fix breakage in previous change
This commit is contained in:
parent
330b48b94b
commit
cd03890d0b
@ -241,7 +241,7 @@ enum jbvType
|
|||||||
*/
|
*/
|
||||||
struct JsonbValue
|
struct JsonbValue
|
||||||
{
|
{
|
||||||
jbvType type; /* Influences sort order */
|
enum jbvType type; /* Influences sort order */
|
||||||
|
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user