| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "George Pavlov" <gpavlov(at)mynewplace(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: query log corrupted-looking entries |
| Date: | 2006-10-11 14:12:42 |
| Message-ID: | 22565.1160575962@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
"George Pavlov" <gpavlov(at)mynewplace(dot)com> writes:
> after an attempt at stress-testing my app i started seeing some
> corrupted-looking entries in the postgresql query log. for example:
It looks like you're getting messages interspersed in the log, ie,
single messages aren't written indivisibly. This doesn't affect
Postgres itself, but of course makes the log harder to read :-(
What PG version is this, on what operating system? Do you have
redirect_stderr enabled?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-10-11 14:19:47 | Re: Schema - update search_path |
| Previous Message | Rhys Stewart | 2006-10-11 14:06:12 | rewriting query to move filter conditionout of a subselect |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Broersma Jr | 2006-10-11 14:25:49 | Re: left outer join on multi tables |
| Previous Message | Teodor Sigaev | 2006-10-11 14:10:09 | Re: hstore isexists |