Re: WITH RECURSIVE patch V0.1

Yoshiyuki Asaba <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.patches,gmane.comp.db.postgresql.devel.general
Message-ID <[email protected]>
Hi,

From: David Fetter <[email protected]>
Subject: Re: [PATCHES] WITH RECURSIVE patch V0.1
Date: Fri, 23 May 2008 11:26:30 -0700

> Where is the new patch?

I will create the revised patch on June.
This is a patch for this problem.

*** ../../pgsql/src/backend/executor/nodeRecursivescan.c	2008-05-24 04:45:23.000000000 +0900
--- src/backend/executor/nodeRecursivescan.c	2008-05-24 04:47:54.000000000 +0900
***************
*** 37,43 ****
  		node->ss.ps.state->es_tuplestorestate = tuplestore_begin_heap(true, false, work_mem);
  	}
  
! 	slot = node->ss.ps.ps_ResultTupleSlot;
  	if (tuplestore_gettupleslot(node->ss.ps.state->es_tuplestorestate, true, slot))
  		return slot;
  
--- 37,43 ----
  		node->ss.ps.state->es_tuplestorestate = tuplestore_begin_heap(true, false, work_mem);
  	}
  
! 	slot = node->ss.ss_ScanTupleSlot;
  	if (tuplestore_gettupleslot(node->ss.ps.state->es_tuplestorestate, true, slot))
  		return slot;
  

Regards,
--
Yoshiyuki Asaba
[email protected]

-- 
Sent via pgsql-patches mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.