Skip to content

Commit eafc6df

Browse files
committed
shorten comment for cmp_func_info
1 parent 38c0135 commit eafc6df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/relation_info.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@
3737
#endif
3838

3939

40-
/*
41-
* Comparison function info. This structure is only needed to pass FmgrInfo and
42-
* collation to qsort
43-
*/
40+
/* Comparison function info */
4441
typedef struct cmp_func_info
4542
{
4643
FmgrInfo flinfo;

0 commit comments

Comments
 (0)