Print b-tree tuples - Mailing list pgsql-hackers

From Samuel Vogel
Subject Print b-tree tuples
Date
Msg-id 50E5B65A.70009@muel-vogel.de
Whole thread Raw
Responses Re: Print b-tree tuples
Re: Print b-tree tuples
List pgsql-hackers
Hello,

I'm trying to print out the tuples in the b-tree nodes for analysis, but when iterate over more than the first entry of the tuples (scanKey++), I strangely get the error below on query execution:
ERROR:  relation "simpletest" does not exist
LINE 1: SELECT * FROM simpletest WHERE id = 50;

Any help with reviewing my my small attached patch would be greatly appreciated!

Regards,
Samuel Vogel
Attachment

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Proposal: Store "timestamptz" of database creation on "pg_database"
Next
From: Robert Haas
Date:
Subject: Re: Re: Proposal: Store "timestamptz" of database creation on "pg_database"