On Wed, Nov 9, 2016 at 4:51 PM, Tom Lane <[email protected]> wrote: > Robert Haas <[email protected]> writes: >> pgbench: Allow the transaction log file prefix to be changed. > > Perhaps the "logpath" buffer that the filename is constructed in > needs to be made bigger. 64 bytes was obviously enough with the > old pattern, but it's not with the new.
Oops, yes, that seems like a good idea. How about 64 -> MAXPGPATH? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
