]> granicus.if.org Git - postgresql/commit
Make _SPI_execute_plan pass the query source string down to ProcessUtility
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2007 23:42:43 +0000 (23:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2007 23:42:43 +0000 (23:42 +0000)
commit1cc97d175c1493daa6106f7196114141cc4606b7
tree3cee7933f3baab293d30c1f6f23de5374aea348a
parentbf8236526be85bc3f061a918dbf49a28bc9bc220
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.
src/backend/executor/spi.c