forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit56eba9b
committed
pgbench: Increase maximum size of log filename from 64 to MAXPGPATH.
Commit41124a9 allowed thetransaction log file prefix to be changed but left in place theexisting 64-character limit on the total length of a log file name.It's possible that could be inconvenient for somebody, so increase thelimit to MAXPGPATH, which ought to be enough for anybody.Per a suggestion from Tom Lane.1 parentffa8c3d commit56eba9b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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
Comments
(0)