• Robert Haas's avatar
    pgbench: Increase maximum size of log filename from 64 to MAXPGPATH. · 56eba9b8
    Robert Haas authored
    Commit 41124a91 allowed the
    transaction log file prefix to be changed but left in place the
    existing 64-character limit on the total length of a log file name.
    It's possible that could be inconvenient for somebody, so increase the
    limit to MAXPGPATH, which ought to be enough for anybody.
    
    Per a suggestion from Tom Lane.
    56eba9b8
pgbench.c 119 KB