Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6563208

Browse files
committed
Remove obsolete comment.
Peter Geoghegan
1 parent 18555b1 commit 6563208

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/utils/fmgr/fmgr.c

-4
Original file line numberDiff line numberDiff line change
@@ -1306,10 +1306,6 @@ FunctionCall1Coll(FmgrInfo *flinfo, Oid collation, Datum arg1)
13061306
Datum
13071307
FunctionCall2Coll(FmgrInfo *flinfo, Oid collation, Datum arg1, Datum arg2)
13081308
{
1309-
/*
1310-
* XXX if you change this routine, see also the inlined version in
1311-
* utils/sort/tuplesort.c!
1312-
*/
13131309
FunctionCallInfoData fcinfo;
13141310
Datum result;
13151311

0 commit comments

Comments
 (0)