diff options
| author | Bruce Momjian | 2001-11-08 20:37:52 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-11-08 20:37:52 +0000 |
| commit | 77e4fd889c0a0e374164c2b57cade1ab2384d3f3 (patch) | |
| tree | ca23ee21fba96421dad466734321daeeea1c4beb /src/pl | |
| parent | e8192dc0d037d30281369259b31b32330609ad30 (diff) | |
Fix indenting for 'extern "C"' cases.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/pl_exec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pl/plpgsql/src/pl_exec.c b/src/pl/plpgsql/src/pl_exec.c index b0385bf1a6..bbacd36598 100644 --- a/src/pl/plpgsql/src/pl_exec.c +++ b/src/pl/plpgsql/src/pl_exec.c @@ -3,7 +3,7 @@ * procedural language * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.49 2001/11/05 19:41:56 tgl Exp $ + * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_exec.c,v 1.50 2001/11/08 20:37:52 momjian Exp $ * * This software is copyrighted by Jan Wieck - Hamburg. * @@ -419,6 +419,7 @@ plpgsql_exec_function(PLpgSQL_function * func, FunctionCallInfo fcinfo) func->fn_rettypelem, -1, &fcinfo->isnull); + /* * If the functions return type isn't by value, copy the value * into upper executor memory context. |
