vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Magnus Hagander" <mha@sollentuna.net> writes: > What do you think of the following as a fix? I dislike going through write_stderr because it requires an extra, useless gettext() call, and because in the Windows case it imposes an arbitrary length limit that is certain to be exceeded. The length limit is probably OK for the existing limited usages of write_stderr, but you can't assume that every log message the system ever prints is going to be under 2K. The proposed test on Redirect_stderr looks pretty fishy too; for one thing it will almost certainly not be the right thing inside the stderr logger subprocess itself. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |
| Thread Tools | |
| Display Modes | |
|
|