diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/statistics/statistics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/statistics/statistics.h b/src/include/statistics/statistics.h index a3f0d901954..58e1a624b56 100644 --- a/src/include/statistics/statistics.h +++ b/src/include/statistics/statistics.h @@ -78,7 +78,7 @@ typedef struct MVDependencies #define SizeOfDependencies (offsetof(MVDependencies, ndeps) + sizeof(uint32)) extern MVNDistinct *statext_ndistinct_load(Oid mvoid); -extern MVDependencies *staext_dependencies_load(Oid mvoid); +extern MVDependencies *statext_dependencies_load(Oid mvoid); extern void BuildRelationExtStatistics(Relation onerel, double totalrows, int numrows, HeapTuple *rows, |