Commit 65632082 authored by Tom Lane's avatar Tom Lane

Remove obsolete comment.

Peter Geoghegan
parent 18555b13
...@@ -1306,10 +1306,6 @@ FunctionCall1Coll(FmgrInfo *flinfo, Oid collation, Datum arg1) ...@@ -1306,10 +1306,6 @@ FunctionCall1Coll(FmgrInfo *flinfo, Oid collation, Datum arg1)
Datum Datum
FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2) 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; FunctionCallInfoData fcinfo;
Datum result; Datum result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment