• T
    Portal and memory management infrastructure for extended query protocol. · de28dc9a
    Tom Lane 提交于
    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.
    de28dc9a
geqo_eval.c 4.9 KB