Re: [HACKERS] AbortTransaction and not in in-progress state - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] AbortTransaction and not in in-progress state
Date
Msg-id 35FC73AE.AB898C2F@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] AbortTransaction and not in in-progress state  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: [HACKERS] AbortTransaction and not in in-progress state  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] AbortTransaction and not in in-progress state  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
> > I see a small problem in running VACUUM ANALYZE on the regression
> > database which involves an entry in pg_operator left over from the
> > char16 datatype. If the line containing "1004" is removed and the
> > system is "make clean install; initdb"'d then vacuum completes
> > successfully on that database.
> Also, vacuum analyze; on regression database produces
> regression-> vacuum analyze;
> ERROR:  type id lookup of 1004 failed
> I don't know which file I need to edit as you suggested :-)

Oh, sorry. src/include/catalog/pg_operator.h is the one to change. I've
already made the change to the development cvs tree, so you could check
out the newest code.

I haven't had a chance to try your test case yet. Let me know how the
regression test goes and then I'll look at your test if you would still
like me to...

                  - Tom

pgsql-hackers by date:

Previous
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] Serial Data Type
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] AbortTransaction and not in in-progress state