From 239d769e7e05e0a5ef3bd6828e93e22ef3962780 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 Jul 2010 19:19:02 +0000 Subject: pgindent run for 9.0, second run --- src/backend/executor/functions.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/backend/executor/functions.c') diff --git a/src/backend/executor/functions.c b/src/backend/executor/functions.c index 1f6d530f91d..ea2cfc9e66b 100644 --- a/src/backend/executor/functions.c +++ b/src/backend/executor/functions.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/executor/functions.c,v 1.143 2010/03/19 22:54:40 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/executor/functions.c,v 1.144 2010/07/06 19:18:56 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -939,9 +939,9 @@ sql_exec_error_callback(void *arg) else { /* - * Assume we failed during init_sql_fcache(). (It's possible that - * the function actually has an empty body, but in that case we may - * as well report all errors as being "during startup".) + * Assume we failed during init_sql_fcache(). (It's possible that the + * function actually has an empty body, but in that case we may as + * well report all errors as being "during startup".) */ errcontext("SQL function \"%s\" during startup", fcache->fname); } -- cgit v1.2.3