Re: Fwd: Request for error explaination || Adding a new integer in indextupleData Structure - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: Fwd: Request for error explaination || Adding a new integer in indextupleData Structure
Date
Msg-id 52EAAD5D.1090308@nasby.net
Whole thread Raw
In response to Re: Fwd: Request for error explaination || Adding a new integer in indextupleData Structure  (Rohit Goyal <rhtgyl.87@gmail.com>)
List pgsql-hackers
On 1/28/14, 3:59 PM, Rohit Goyal wrote:
>
>     The data from IndexTupleData is written to disk, and then read back in again.  Did you initdb a new database
clusterafter you made your change?  If you did the initdb with the original code, and then tried to point your new code
atthe old disk files, that is very unlikely to work, as format is now different.
 
>
>     Cheers,
>
>     Jeff
>
>
> Hi Jeff and Tom,
>
> Thanks you so much. I was making the mistake you mentioned in the last mail. :)

The real issue here is that you need to bump the catalog version number (sorry, but I don't know where that is in
code).
-- 
Jim C. Nasby, Data Architect                       jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net



pgsql-hackers by date:

Previous
From: "Erik Rijkers"
Date:
Subject: Re: jsonb and nested hstore - small docpatch
Next
From: Peter Geoghegan
Date:
Subject: Making strxfrm() blobs in indexes work