]> granicus.if.org Git - postgresql/blobdiff - src/backend/executor/spi.c
pgindent run for 9.0
[postgresql] / src / backend / executor / spi.c
index a78474f037bf752a863adbba3c71e647381d6440..1ffb1b2fee729e955800699500c46f8fc82ebc7b 100644 (file)
@@ -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)
        {