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:33 by Stephen R. van den Berg <srb@cuci.nl>
b913f51cd06b2b5d12ec37d183e46527a3ac8d46 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
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