Commit 56eba9b
committed
pgbench: Increase maximum size of log filename from 64 to MAXPGPATH.
Commit 41124a9 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.1 parent ffa8c3d commit 56eba9b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4401 | 4401 | | |
4402 | 4402 | | |
4403 | 4403 | | |
4404 | | - | |
| 4404 | + | |
4405 | 4405 | | |
4406 | 4406 | | |
4407 | 4407 | | |
| |||
0 commit comments