Re: BUG #5421: pg_attribute broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "cool shower" <coolshower2008(at)yahoo(dot)co(dot)jp>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5421: pg_attribute broken
Date: 2010-04-14 19:18:51
Message-ID: 10125.1271272731@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"cool shower" <coolshower2008(at)yahoo(dot)co(dot)jp> writes:
> <pg_attribute>
> attrelid addname atttypid attstattarget attlen
> attnum
> 45762 santeiflg18_4 0 0 0
> 0 (?)

What do you mean by "0 (?)"? There shouldn't be any entries in
pg_attribute with attnum zero. The row looks pretty completely bogus
otherwise, so I wonder if it's something you put in manually in a
misguided effort to fix whatever the real problem is.

As Kevin noted, 8.1.8 is really ancient, so you ought to update to
8.1.something-recent before you spend much more time on this.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John Regehr 2010-04-14 19:25:47 Re: BUG #5416: int4inc() is wrong
Previous Message Rusty Conover 2010-04-14 18:59:47 Re: [BUGS] BUG #5412: test case produced, possible race condition.