From 65e806cba1f0f154d51caa7478e7192ce58d1056 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 26 Feb 2010 02:01:40 +0000 Subject: pgindent run for 9.0 --- src/backend/executor/spi.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/backend/executor/spi.c') diff --git a/src/backend/executor/spi.c b/src/backend/executor/spi.c index a78474f037b..1ffb1b2fee7 100644 --- a/src/backend/executor/spi.c +++ b/src/backend/executor/spi.c @@ -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) { -- cgit v1.2.3