Skip to content

Commit

Permalink
Fix typo in powa_qualstats_history_diff type variable.
Browse files Browse the repository at this point in the history
Thanks to github user optimadba for the report.
  • Loading branch information
rjuju committed Jan 13, 2020
1 parent 8984cdd commit 79329c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Contributors to PoWA :
* ppetrov91
* Ikrar-k
* care1e55
* optimadba
2 changes: 1 addition & 1 deletion powa--4.0.0beta1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ CREATE TYPE powa_qualstats_history_diff AS (
execution_count bigint,
nbfiltered bigint,
mean_err_estimate_ratio double precision,
mean_err_estimate_nun double precision
mean_err_estimate_num double precision
);

CREATE OR REPLACE FUNCTION powa_qualstats_history_mi(
Expand Down

0 comments on commit 79329c7

Please sign in to comment.