Re: [HACKERS] Fwd: Request for error explaination || Adding a new integer in indextupleData Structure

2014-01-30 Thread Jim Nasby
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 cluster after you made your change? If you did the initdb with the original code, and then tried to point your new code at the old disk

Re: [HACKERS] Fwd: Request for error explaination || Adding a new integer in indextupleData Structure

2014-01-28 Thread Rohit Goyal
Rohit Goyal rhtgyl...@gmail.com writes: Hi All, I was trying to modify indextupledata structure by adding an integer variable. ButI faced an error message psql: FATAL: could not find tuple for opclass 10032. Could anyone please help me in resolving this issue. You broke a system

Re: [HACKERS] Fwd: Request for error explaination || Adding a new integer in indextupleData Structure

2014-01-28 Thread Jeff Janes
On Tue, Jan 28, 2014 at 10:57 AM, Rohit Goyal rhtgyl...@gmail.com wrote: Hello, I started all the process again and configured my eclipse with raw postgresql code. First change i made in the code is I added *int i; *in indextupleData structure in itup.h. You should show us *exactly* where

Re: [HACKERS] Fwd: Request for error explaination || Adding a new integer in indextupleData Structure

2014-01-28 Thread Rohit Goyal
Hello, I started all the process again and configured my eclipse with raw postgresql code. First change i made in the code is I added *int i; *in indextupleData structure in itup.h. You should show us *exactly* where you added it. (Doing so is what diff was developed for, so please use

[HACKERS] Fwd: Request for error explaination || Adding a new integer in indextupleData Structure

2014-01-27 Thread Rohit Goyal
Hi All, I was trying to modify indextupledata structure by adding an integer variable. ButI faced an error message psql: FATAL: could not find tuple for opclass 10032. Could anyone please help me in resolving this issue. Regards, Rohit Goyal -- Regards, Rohit Goyal

Re: [HACKERS] Fwd: Request for error explaination || Adding a new integer in indextupleData Structure

2014-01-27 Thread Tom Lane
Rohit Goyal rhtgyl...@gmail.com writes: Hi All, I was trying to modify indextupledata structure by adding an integer variable. ButI faced an error message psql: FATAL: could not find tuple for opclass 10032. Could anyone please help me in resolving this issue. You broke a system catalog