summaryrefslogtreecommitdiff
path: root/src/backend/statistics/dependencies.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2018-08-27 09:32:59 +1200
committerThomas Munro <tmunro@postgresql.org>2018-08-27 09:32:59 +1200
commit18e586741b41713bec31effbde96ccd6da0a4361 (patch)
treeda80f1a81c7c7401335bfa5bea0b330f4f4f095d /src/backend/statistics/dependencies.c
parentbff84a547d71cd466c21f9c4625e64340aab7dd2 (diff)
downloadpostgresql-18e586741b41713bec31effbde96ccd6da0a4361.tar.gz
Fix typos.
Author: David Rowley Discussion: https://postgr.es/m/CAKJS1f8du35u5DprpykWvgNEScxapbWYJdHq%2Bz06Wj3Y2KFPbw%40mail.gmail.com
Diffstat (limited to 'src/backend/statistics/dependencies.c')
-rw-r--r--src/backend/statistics/dependencies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/dependencies.c b/src/backend/statistics/dependencies.c
index 3b4a09b1a7..140783cfb3 100644
--- a/src/backend/statistics/dependencies.c
+++ b/src/backend/statistics/dependencies.c
@@ -395,7 +395,7 @@ statext_dependencies_build(int numrows, HeapTuple *rows, Bitmapset *attrs,
degree = dependency_degree(numrows, rows, k, dependency, stats, attrs);
/*
- * if the dependency seems entirely invalid, don't store it it
+ * if the dependency seems entirely invalid, don't store it
*/
if (degree == 0.0)
continue;