summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-07-17 19:18:19 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-07-17 19:18:19 -0400
commit65632082b7eb3c7d56f1b42e1df452d0f66bc189 (patch)
treea13cb79d663ef37b4827ad004d5a756883197f4c /src
parent18555b1323bd225c7882e80723c52f25ce60afed (diff)
downloadpostgresql-65632082b7eb3c7d56f1b42e1df452d0f66bc189.tar.gz
Remove obsolete comment.
Peter Geoghegan
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/fmgr/fmgr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/utils/fmgr/fmgr.c b/src/backend/utils/fmgr/fmgr.c
index ad8541c218..7e6a60d624 100644
--- a/src/backend/utils/fmgr/fmgr.c
+++ b/src/backend/utils/fmgr/fmgr.c
@@ -1306,10 +1306,6 @@ FunctionCall1Coll(FmgrInfo *flinfo, Oid collation, Datum arg1)
Datum
FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2)
{
- /*
- * XXX if you change this routine, see also the inlined version in
- * utils/sort/tuplesort.c!
- */
FunctionCallInfoData fcinfo;
Datum result;