• Tom Lane's avatar
    Adjust basebackup.c to suppress compiler warnings. · e6dce4e4
    Tom Lane authored
    Some versions of gcc complain about "variable `tablespaces' might be
    clobbered by `longjmp' or `vfork'" with the original coding.  Fix by
    moving the PG_TRY block into a separate subroutine.
    e6dce4e4
basebackup.c 14.4 KB