Branch: Tag:

2014-11-26

2014-11-26 12:48:33 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: FETCH is eligible for parallelisation too.

45:    * run to completion    */   private Regexp paralleliseprefix -  =iregexp("^\a*(SELECT|(UPDA|DELE)TE|INSERT)\a"); +  =iregexp("^\a*((SELEC|INSER)T|(UPDA|DELE)TE|FETCH)\a");       /* For statements matching execfetchlimit the resultrows will not be    * fetched in pieces