From: | "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>, "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [HACKERS] Aborted Transaction During Vacuum |
Date: | 1999-08-13 18:28:31 |
Message-ID: | 199908131828.TAA17562@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
>"Oliver Elphick" <olly(at)lfix(dot)co(dot)uk> writes:
>> As far as I recall, the only error message he has listed so far is from
>> psql, which merely records the unlink failure at the end of the vacuum.
>> Everything else looks remarkably like the vc_abort bug.
>
>But the vc_abort problem didn't cause a backend coredump --- it just
>reported an error and failed to complete the vacuum, no?
>
I got a coredump too; I never mentioned it, because I found the proximate
cause and curing that made it go away. When unlink failed in vc_shutdown,
it called ELOG and a segfault occurred a little later.
I forgot about that when your patch fixed the original problem.
--
Vote against SPAM: http://www.politik-digital.de/spam/
========================================
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"Watch ye therefore, and pray always, that ye may be
accounted worthy to escape all these things that shall
come to pass, and to stand before the Son of man."
Luke 21:36
From | Date | Subject | |
---|---|---|---|
Next Message | G. Anthony Reina | 1999-08-13 18:38:12 | Re: [HACKERS] Aborted Transaction During Vacuum |
Previous Message | Tom Lane | 1999-08-13 18:09:01 | Re: [HACKERS] Aborted Transaction During Vacuum |