aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-11 03:33:14 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-11 03:33:14 +0000
commitbd52f4bffdbdd7d87bab308ff2abd61fb9f2d490 (patch)
tree93e9c5627b77004e23a5e8e5f8857c9e7049666d /src/backend/tcop/fastpath.c
parentaadd14b8f29ea2e29ccbb8fbda8eccdb8cff8fc2 (diff)
downloadpostgresql-bd52f4bffdbdd7d87bab308ff2abd61fb9f2d490.tar.gz
postgresql-bd52f4bffdbdd7d87bab308ff2abd61fb9f2d490.zip
More cleanups. Still doesn't work.
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r--src/backend/tcop/fastpath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index 9d3ce37f72b..230babf1648 100644
--- a/src/backend/tcop/fastpath.c
+++ b/src/backend/tcop/fastpath.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.34 2000/01/11 02:46:48 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.35 2000/01/11 03:33:14 momjian Exp $
*
* NOTES
* This cruft is the server side of PQfn.
@@ -363,8 +363,8 @@ HandleFunctionRequest()
#ifndef NO_FASTPATH
retval = fmgr(fid,
arg[0], arg[1], arg[2], arg[3],
- arg[4], arg[5], arg[6], arg[7]);
- arg[8], arg[9], arg[10], arg[11]);
+ arg[4], arg[5], arg[6], arg[7],
+ arg[8], arg[9], arg[10], arg[11],
arg[12], arg[13], arg[14], arg[15]);
#else