Skip to content

Commit ba9380b

Browse files
author
Alena Rybakina
committed
Fix problem, which is connected with "too few arguments to function 'load_aqo_data'"
1 parent b096c30 commit ba9380b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PG_FUNCTION_INFO_V1(aqo_execution_time);
110110
bool
111111
load_fss_ext(uint64 fs, int fss, OkNNrdata *data, List **reloids)
112112
{
113-
return load_aqo_data(fs, fss, data, reloids, false);
113+
return load_aqo_data(fs, fss, data, reloids, false, NULL);
114114
}
115115

116116
bool

0 commit comments

Comments
 (0)