pgsql: Can't print PlannerGlobal's subroots list in outfuncs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Can't print PlannerGlobal's subroots list in outfuncs.
Date: 2011-09-04 19:42:05
Message-ID: E1R0IZx-0001Qi-LP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Can't print PlannerGlobal's subroots list in outfuncs.

Since the subroots will surely link back to the same glob struct, this
necessarily leads to infinite recursion. Doh. Found while trying to
debug some other code.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/698df3350d37cdaa5b9fcbcb78b5ad5e66e99348

Modified Files
--------------
src/backend/nodes/outfuncs.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-04 23:10:17 pgsql: Fix #include problems in 9.1 branch.
Previous Message Tom Lane 2011-09-04 07:29:00 Re: Re: [COMMITTERS] pgsql: Remove "fmgr.h" include in cube contrib --- caused crash on a Ge