Prev: [HACKERS] review: More frame options in window functions
Next: [HACKERS] Streaming replication, retrying from archive
From: Dimitri Fontaine on 14 Jan 2010 05:19 Sergej Galkin <sergej.galkin(a)gmail.com> writes: > I am realizing gist index and get a bug, that crashes DB. I' debugged > my program as Robert(thanks !) advised me and I know which procedure > crashed. Using gdb you should have the line number in the source code and should be able to look up the variable values. For that you need to use a custom PostgreSQL build using --with-cassert --enable-debug. Then report some more details if you still need help. Also have a look at Gevel to be able to inspect your index : http://www.sai.msu.su/~megera/wiki/Gevel Regards, -- dim -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |