mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove obsolete comment.
Peter Geoghegan
This commit is contained in:
parent
18555b1323
commit
65632082b7
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Reference in a new issue