• Tom Lane's avatar
    Fix another portability issue in pg_basebackup. · f3692079
    Tom Lane authored
    The target of sscanf with a %o format had better be of integer width,
    but "mode_t" conceivably isn't that.  Another compiler warning seen
    only on some platforms; this one I think is potentially a real bug
    and not just a warning.
    f3692079
pg_basebackup.c 23.2 KB