forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20b6578
committed
Reduce PG_SYSLOG_LIMIT to 900 bytes.
The previous limit of 1024 was set on the assumption that all modern syslogimplementations have line length limits of 2KB or so. However, this isfalse, as at least Solaris and sysklogd truncate at only 1KB. 900 seemsto leave enough room for the max likely length of the tacked-on prefixes,so let's go with that.As with the previous change, it doesn't seem wise to back-patch this intoalready-released branches; but it should be OK to sneak it into 9.1.Noah Misch1 parent95245e8 commit20b6578
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 |
| - | |
| 113 | + | |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
|
0 commit comments
Comments
(0)