pgsql: Make _SPI_execute_plan pass the query source string down to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make _SPI_execute_plan pass the query source string down to
Дата
Msg-id 20070325234243.4D9659FB2C4@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Make _SPI_execute_plan pass the query source string down to ProcessUtility
if possible.  I had left this undone in the first pass at the API change
for ProcessUtility, but forgot to revisit it after the plancache changes
made it possible to do it.

Modified Files:
--------------
    pgsql/src/backend/executor:
        spi.c (r1.174 -> r1.175)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/spi.c.diff?r1=1.174&r2=1.175)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove the prohibition on executing cursor commands through
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix plancache's invalidation callback to do the right thing for a