diff options
Diffstat (limited to 'src/backend/statistics/dependencies.c')
-rw-r--r-- | src/backend/statistics/dependencies.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/backend/statistics/dependencies.c b/src/backend/statistics/dependencies.c index 89dece33504..2e7c0ad6ba6 100644 --- a/src/backend/statistics/dependencies.c +++ b/src/backend/statistics/dependencies.c @@ -286,14 +286,6 @@ dependency_degree(int numrows, HeapTuple *rows, int k, AttrNumber *dependency, * first (k-1) columns. If there's a single value in the last column, we * count the group as 'supporting' the functional dependency. Otherwise we * count it as contradicting. - * - * We also require a group to have a minimum number of rows to be - * considered useful for supporting the dependency. Contradicting groups - * may be of any size, though. - * - * XXX The minimum size requirement makes it impossible to identify case - * when both columns are unique (or nearly unique), and therefore - * trivially functionally dependent. */ /* start with the first row forming a group */ |