Unix Technical Forum

pgsql: Create a new 'MultiExecProcNode' call API for plan nodes that

This is a discussion on pgsql: Create a new 'MultiExecProcNode' call API for plan nodes that within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Create a new 'MultiExecProcNode' call API for plan nodes that don't return just a single tuple ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Committers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 11:50 AM
Tom Lane
 
Posts: n/a
Default pgsql: Create a new 'MultiExecProcNode' call API for plan nodes that

Log Message:
-----------
Create a new 'MultiExecProcNode' call API for plan nodes that don't
return just a single tuple at a time. Currently the only such node
type is Hash, but I expect we will soon have indexscans that can return
tuple bitmaps. A side benefit is that EXPLAIN ANALYZE now shows the
correct tuple count for a Hash node.

Modified Files:
--------------
pgsql/src/backend/commands:
explain.c (r1.131 -> r1.132)
(http://developer.postgresql.org/cvsw...1.131&r2=1.132)
pgsql/src/backend/executor:
execProcnode.c (r1.48 -> r1.49)
(http://developer.postgresql.org/cvsw...1=1.48&r2=1.49)
instrument.c (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsw...1=1.11&r2=1.12)
nodeHash.c (r1.92 -> r1.93)
(http://developer.postgresql.org/cvsw...1=1.92&r2=1.93)
nodeHashjoin.c (r1.70 -> r1.71)
(http://developer.postgresql.org/cvsw...1=1.70&r2=1.71)
pgsql/src/include/executor:
executor.h (r1.117 -> r1.118)
(http://developer.postgresql.org/cvsw...1.117&r2=1.118)
hashjoin.h (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsw...1=1.35&r2=1.36)
instrument.h (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsw...1=1.10&r2=1.11)
nodeHash.h (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsw...1=1.36&r2=1.37)

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:18 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com