projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18555b1
)
Remove obsolete comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 17 Jul 2016 23:18:19 +0000
(19:18 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 17 Jul 2016 23:18:19 +0000
(19:18 -0400)
Peter Geoghegan
src/backend/utils/fmgr/fmgr.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/fmgr/fmgr.c
b/src/backend/utils/fmgr/fmgr.c
index ad8541c218ec98237fb38294bb9bd68954af7273..7e6a60d62411d26e11dd3a4e89e924f22a3a6cc5 100644
(file)
--- 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;