Speedup of PL/pgSQL by calling ExecEvalExpr() directly
authorJan Wieck <JanWieck@Yahoo.com>
Wed, 27 Jan 1999 16:15:22 +0000 (16:15 +0000)
committerJan Wieck <JanWieck@Yahoo.com>
Wed, 27 Jan 1999 16:15:22 +0000 (16:15 +0000)
commit28d8b42ca5de929fc6099dff2ac5ef7129a1d722
treeb41eee1daeb751cb5e4930db392bb77a13b04e6f
parentd611ccb874b908b38a709f1e21e9fdb6c69019ff
Speedup of PL/pgSQL by calling ExecEvalExpr() directly
instead of SPI_execp() for simple expressions.

Jan
src/backend/executor/spi.c
src/include/executor/spi.h
src/include/executor/spi_priv.h [new file with mode: 0644]
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/plpgsql.h