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

From Bruce Momjian
Subject Re: [HACKERS] AbortTransaction and not in in-progress state
Date
Msg-id 199809131844.OAA07921@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] AbortTransaction and not in in-progress state  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
> > I checked latest cvs and notice when I do 'vacuum analyze'
> > I got:
> >
> > flats=> vacuum analyze;
> > NOTICE:  AbortTransaction and not in in-progress state
> > NOTICE:  AbortTransaction and not in in-progress state
> >
> > 23:09[om]:~/mian/flats/sql>psql flats
> > Connection to database 'flats' failed.
>
> 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.

Interesting I missed that one.  I am going to add some more *.sql checks
into include/catalog to try and catch things like this.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Missing headers Windows NT port
Next
From: Oleg Bartunov
Date:
Subject: Re: [HACKERS] AbortTransaction and not in in-progress state