pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-26
2014-11-26 12:48:52 by Stephen R. van den Berg <srb@cuci.nl>
abed641906c221db6a029f405136de70c32b1553 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
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