graph representation of data structures in optimizer

From: Adriano Lange <adriano(at)c3sl(dot)ufpr(dot)br>
To: pgsql-hackers(at)postgresql(dot)org
Subject: graph representation of data structures in optimizer
Date: 2009-02-18 15:22:02
Message-ID: 499C279A.3090602@c3sl.ufpr.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm interested in data representation and debug of optimizer routines.
Thus, I've changed the debug functions of allpaths.c to make a
graphviz-like output of RelOptInfo structure.

Any idea about this?
Is there some project or improvement like this?

Tanks,
Adriano Lange
C3SL/UFPR - www.c3sl.ufpr.br

Attachment Content-Type Size
RelOptInfo_graph.png image/png 150.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Chernow 2009-02-18 15:28:36 Re: PQinitSSL broken in some use casesf
Previous Message Tom Lane 2009-02-18 15:20:37 Re: pg_migrator progress