• Tom Lane's avatar
    Clean up minor warnings from buildfarm. · e481d262
    Tom Lane authored
    Be more consistent about use of XXXGetDatum macros in new jsonpath
    code.  This is mostly to avoid having code that looks randomly
    different from everyplace else that's doing the exact same thing.
    
    In pg_regress.c, avoid an unreferenced-function warning from
    compilers that don't understand pg_attribute_unused().  Putting
    the function inside the same #ifdef as its only caller is more
    straightforward coding anyway.
    
    In be-secure-openssl.c, avoid use of pg_attribute_unused() on a label.
    That's pretty creative, but there's no good reason to suppose that
    it's portable, and there's absolutely no need to use goto's here in the
    first place.  (This wasn't actually causing any buildfarm complaints,
    but it's new code in v12 so it has no portability track record.)
    e481d262
pg_regress.c 64.7 KB