mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove obsolete comment.
Peter Geoghegan
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user