summaryrefslogtreecommitdiff
path: root/src/backend/tcop/fastpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r--src/backend/tcop/fastpath.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c
index dee3de7062..d6714e99d0 100644
--- a/src/backend/tcop/fastpath.c
+++ b/src/backend/tcop/fastpath.c
@@ -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)