mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
pgindent run for 9.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/executor/spi.c,v 1.214 2010/02/14 18:42:14 rhaas Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/executor/spi.c,v 1.215 2010/02/26 02:00:42 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -1268,10 +1268,9 @@ SPI_cursor_open_internal(const char *name, SPIPlanPtr plan,
|
||||
}
|
||||
|
||||
/*
|
||||
* If the plan has parameters, copy them into the portal. Note that
|
||||
* this must be done after revalidating the plan, because in dynamic
|
||||
* parameter cases the set of parameters could have changed during
|
||||
* re-parsing.
|
||||
* If the plan has parameters, copy them into the portal. Note that this
|
||||
* must be done after revalidating the plan, because in dynamic parameter
|
||||
* cases the set of parameters could have changed during re-parsing.
|
||||
*/
|
||||
if (paramLI)
|
||||
{
|
||||
|
Reference in New Issue
Block a user