• Andrew Dunstan's avatar
    Add all structured objects passed to pushJsonbValue piecewise. · 54547bd8
    Andrew Dunstan authored
    Commit 9b74f32cdbff8b9be47fc69164eae552050509ff did this for objects of
    type jbvBinary, but in trying further to simplify some of the new jsonb
    code I discovered that objects of type jbvObject or jbvArray passed as
    WJB_ELEM or WJB_VALUE also caused problems. These too are now added
    component by component.
    
    Backpatch to 9.4.
    54547bd8
jsonb_util.c 49.6 KB