mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Remove obsolete comment.
Peter Geoghegan
This commit is contained in:
parent
18555b1323
commit
65632082b7
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user