Upgrade test tweak

niupre/TestDeferredDropAndCleanup
Nitish Upreti 2022-08-28 17:44:45 -07:00
parent 3d162e1623
commit 0353ca3258
1 changed files with 2 additions and 2 deletions

View File

@ -42,13 +42,13 @@ SELECT nextval('pg_dist_colocationid_seq') = MAX(colocationid)+1 FROM pg_dist_co
SELECT nextval('pg_dist_operationid_seq') = MAX(operation_id)+1 FROM pg_dist_cleanup; SELECT nextval('pg_dist_operationid_seq') = MAX(operation_id)+1 FROM pg_dist_cleanup;
?column? ?column?
--------------------------------------------------------------------- ---------------------------------------------------------------------
(1 row) (1 row)
SELECT nextval('pg_dist_cleanup_recordid_seq') = MAX(record_id)+1 FROM pg_dist_cleanup; SELECT nextval('pg_dist_cleanup_recordid_seq') = MAX(record_id)+1 FROM pg_dist_cleanup;
?column? ?column?
--------------------------------------------------------------------- ---------------------------------------------------------------------
(1 row) (1 row)
-- If this query gives output it means we've added a new sequence that should -- If this query gives output it means we've added a new sequence that should