Copy PlannerInfo structure

From: Ana Carolina Brito de Almeida <anacrl(at)ig(dot)com(dot)br>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Copy PlannerInfo structure
Date: 2009-02-11 13:54:37
Message-ID: 27c6eb60902110554tfecb0ebg3d9c7444e3acb7e6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

How can I copy the PlannerInfo structure?
I have *root variable that is PlannerInfo and I would like to pass this
value to another variable that I created (the same type - PlannerInfo).
Can you help me? I only found function that copies PlannedStmt structure.

Thanks,
Ana Carolina

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-02-11 14:06:31 Re: So, what locale should the regression tests run in?
Previous Message Teodor Sigaev 2009-02-11 13:38:25 Re: Review: B-Tree emulation for GIN