diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/modules/test_tidstore/test_tidstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/test_tidstore/test_tidstore.c b/src/test/modules/test_tidstore/test_tidstore.c index 3d4af77dda1..32c6c477b72 100644 --- a/src/test/modules/test_tidstore/test_tidstore.c +++ b/src/test/modules/test_tidstore/test_tidstore.c @@ -199,7 +199,7 @@ check_set_block_offsets(PG_FUNCTION_ARGS) TidStoreIterResult *iter_result; int num_iter_tids = 0; int num_lookup_tids = 0; - BlockNumber prevblkno = 0;; + BlockNumber prevblkno = 0; /* lookup each member in the verification array */ for (int i = 0; i < items.num_tids; i++) |