Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c387db7

Browse files
a.pervushinadanolivo
authored andcommitted
Bugfixes:
1. Increase stability of the pgbench test. 2. Open subsidiary AQO relations more carefully.
1 parent 93a614a commit c387db7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

storage.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -581,15 +581,9 @@ update_fss(uint64 fs, int fss, OkNNrdata *data, List *relnames)
581581
* Ooops, somebody concurrently updated the tuple. It is possible
582582
* only in the case of changes made by third-party code.
583583
*/
584-
<<<<<<< HEAD
585584
elog(ERROR, "AQO data piece ("UINT64_FORMAT" %d) concurrently"
586585
" updated by a stranger backend.",
587586
fhash, fsshash);
588-
=======
589-
elog(ERROR, "AQO data piece (%ld %d) concurrently updated"
590-
" by a stranger backend.",
591-
fs, fss);
592-
>>>>>>> ecac693 (Move AQO from a relid based approach to a relation name based approach.)
593587
result = false;
594588
}
595589
}

0 commit comments

Comments
 (0)