Skip to content

Commit 6b4769d

Browse files
author
a.pervushina
committed
Fix merge conflict
1 parent e6d56e5 commit 6b4769d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

storage.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,13 +1791,9 @@ _aqo_data_clean(uint64 fs)
17911791
* We found element in Neibours hash table and made change:
17921792
* either delete element of table or replace its value.
17931793
*/
1794+
aqo_state->neighbours_changed = true;
17941795
}
1795-
aqo_state->neighbours_changed = true;
17961796
LWLockRelease(&aqo_state->neighbours_lock);
1797-
<<<<<<< HEAD
1798-
=======
1799-
1800-
>>>>>>> c4dbd74 (Fix after review)
18011797

18021798
if (!hash_search(data_htab, &entry->key, HASH_REMOVE, NULL))
18031799
elog(ERROR, "[AQO] hash table corrupted");
@@ -2365,8 +2361,8 @@ cleanup_aqo_database(bool gentle, int *fs_num, int *fss_num)
23652361
* We found element in Neibours hash table and made change:
23662362
* either delete element of table or replace its value.
23672363
*/
2364+
aqo_state->neighbours_changed = true;
23682365
}
2369-
aqo_state->neighbours_changed = true;
23702366
LWLockRelease(&aqo_state->neighbours_lock);
23712367
}
23722368

0 commit comments

Comments
 (0)