Skip to content
Snippets Groups Projects
Commit de28dc9a authored by Tom Lane's avatar Tom Lane
Browse files

Portal and memory management infrastructure for extended query protocol.

Both plannable queries and utility commands are now always executed
within Portals, which have been revamped so that they can handle the
load (they used to be good only for single SELECT queries).  Restructure
code to push command-completion-tag selection logic out of postgres.c,
so that it won't have to be duplicated between simple and extended queries.
initdb forced due to addition of a field to Query nodes.
parent 1940434f
No related branches found
No related tags found
Loading
Showing
with 535 additions and 1529 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment