aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-04-12 17:17:23 +0000
committerBruce Momjian <bruce@momjian.us>2000-04-12 17:17:23 +0000
commit52f77df613cea1803ce86321c37229626d9f213c (patch)
treebd9ac9f667f295cb65f4c448a5bb5a062d656b27 /src/backend/tcop/fastpath.c
parentdb4518729d85da83eafdacbcebaeb12618517595 (diff)
downloadpostgresql-52f77df613cea1803ce86321c37229626d9f213c.tar.gz
postgresql-52f77df613cea1803ce86321c37229626d9f213c.zip
Ye-old pgindent run. Same 4-space tabs.
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r--src/backend/tcop/fastpath.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index 213e54af684..1b38fe7ed08 100644
--- a/src/backend/tcop/fastpath.c
+++ b/src/backend/tcop/fastpath.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.37 2000/01/26 05:57:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.38 2000/04/12 17:15:43 momjian Exp $
*
* NOTES
* This cruft is the server side of PQfn.
@@ -302,10 +302,10 @@ HandleFunctionRequest()
update_fp_info(fid, fip);
/*
- * XXX FIXME: elog() here means we lose sync with the frontend,
- * since we have not swallowed all of its input message. What
- * should happen is we absorb all of the input message per protocol
- * syntax, and *then* do error checking and elog if appropriate.
+ * XXX FIXME: elog() here means we lose sync with the frontend, since
+ * we have not swallowed all of its input message. What should happen
+ * is we absorb all of the input message per protocol syntax, and
+ * *then* do error checking and elog if appropriate.
*/
if (fip->nargs != nargs)