We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente6d56e5 commit6b4769dCopy full SHA for 6b4769d
storage.c
@@ -1791,13 +1791,9 @@ _aqo_data_clean(uint64 fs)
1791
* We found element in Neibours hash table and made change:
1792
* either delete element of table or replace its value.
1793
*/
1794
+aqo_state->neighbours_changed= true;
1795
}
-aqo_state->neighbours_changed= true;
1796
LWLockRelease(&aqo_state->neighbours_lock);
1797
-<<<<<<<HEAD
1798
-=======
1799
-
1800
->>>>>>>c4dbd74 (Fixafterreview)
1801
1802
if (!hash_search(data_htab,&entry->key,HASH_REMOVE,NULL))
1803
elog(ERROR,"[AQO] hash table corrupted");
@@ -2365,8 +2361,8 @@ cleanup_aqo_database(bool gentle, int *fs_num, int *fss_num)
2365
2361
2366
2362
2367
2363
2364
2368
2369
2370
2371
2372