diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-17 19:18:19 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-17 19:18:19 -0400 |
commit | 65632082b7eb3c7d56f1b42e1df452d0f66bc189 (patch) | |
tree | a13cb79d663ef37b4827ad004d5a756883197f4c | |
parent | 18555b1323bd225c7882e80723c52f25ce60afed (diff) | |
download | postgresql-65632082b7eb3c7d56f1b42e1df452d0f66bc189.tar.gz postgresql-65632082b7eb3c7d56f1b42e1df452d0f66bc189.zip |
Remove obsolete comment.
Peter Geoghegan
-rw-r--r-- | src/backend/utils/fmgr/fmgr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/utils/fmgr/fmgr.c b/src/backend/utils/fmgr/fmgr.c index ad8541c218e..7e6a60d6241 100644 --- a/src/backend/utils/fmgr/fmgr.c +++ b/src/backend/utils/fmgr/fmgr.c @@ -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; |