attcacheoff fixed, possible dump/reload - Mailing list pgsql-hackers

From Bruce Momjian
Subject attcacheoff fixed, possible dump/reload
Date
Msg-id 199802061915.OAA25518@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
In the old system, many tables did not have an initial attcacheoff value
of -1, especially system tables.  It would have a value of zero, and
this is a valid offset for the first field.

I have fixed it so they are all -1.  With the new code that uses
attcacheoff more, you may need to do a dump/reload.  I am not sure.

--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] Re: atttypmod of 0
Next
From: darrenk@insightdist.com (Darren King)
Date:
Subject: Re: [HACKERS] Variable block size...