Re: Re: Call for platforms

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Mark Knox" <segfault@hardline.org>
Cc: Thomas Lockhart <lockhart@alumni.caltech.edu>, pgsql-hackers@postgresql.org
Date: 2001-03-25T21:07:13Z
Lists: pgsql-hackers
Does that database have any user-created relations in it, or is it
just a virgin database?  It seems that the wrong attlen is being
computed for ctid fields during bootstrap, but the regression test
output (if it was complete) implies that the value inserted for
user-created fields was OK.  This doesn't make a lot of sense since
it's the same code...

			regards, tom lane