Skip to content

Commit aff6780

Browse files
authored
Break it! (no CONCURRENTLY)
1 parent 204b8e5 commit aff6780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/pgbench-accounts-index-bid.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Deploy green-zone:pgbench-accounts-index-bid to pg
22

33

4-
create index concurrently bid_idx on pgbench_accounts(bid);
4+
create index /*concurrently*/ bid_idx on pgbench_accounts(bid);

0 commit comments

Comments
 (0)