| From: | Justin Cragin <justin(dot)cragin(at)mxlogic(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Duplicating log lines from postmaster |
| Date: | 2003-10-28 23:17:21 |
| Message-ID: | 3F9EF901.9070206@mxlogic.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
I am seeing strange behavior with my postmaster logs, it seems to be
writing out each line of a log entry 10 times. This seems to have
started recently without any know config changes.
I am running 7.3.2 on RedHat 7.3 i386. Below is a snippet from the logs.
Thanks in advance for any help.
Thanks, Justin Cragin
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [1] ERROR: parser: parse error
at or near "AND" at character 82
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-1] LOG: statement: UPDATE
mxl_key_sub SET active = 0 WHERE domain_id = 8023409 AND key_bucket_id
= AND scope = '2' AND (dir='I'
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
Oct 28 10:04:18 p01d187 postgres[11125]: [2-2] OR dir is null)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Justin Cragin | 2003-10-28 23:26:05 | Duplicating log lines from postmaster |
| Previous Message | Epps, Aaron M. | 2003-10-28 21:24:26 | Re: Authentication Question |