diff options
author | Robert Haas <rhaas@postgresql.org> | 2015-10-16 17:18:05 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2015-10-16 17:18:05 -0400 |
commit | b0b0d84b3d663a148022e900ebfc164284a95f55 (patch) | |
tree | 4bf51bc140d3a8a0a094e1353c57c40bfa4315ca /src/backend/regex/regprefix.c | |
parent | afdfcd3f7617c9b7be5966d66ddabdc2e92eb99b (diff) | |
download | postgresql-b0b0d84b3d663a148022e900ebfc164284a95f55.tar.gz postgresql-b0b0d84b3d663a148022e900ebfc164284a95f55.zip |
Allow a parallel context to relaunch workers.
This may allow some callers to avoid the overhead involved in tearing
down a parallel context and then setting up a new one, which means
releasing the DSM and then allocating and populating a new one. I
suspect we'll want to revise the Gather node to make use of this new
capability, but even if not it may be useful elsewhere and requires
very little additional code.
Diffstat (limited to 'src/backend/regex/regprefix.c')
0 files changed, 0 insertions, 0 deletions