Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Test 2 – CREATE INDEX #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
NikolayS wants to merge 18 commits into pgbench-account-index
base: pgbench-account-index
Choose a base branch
Loading
from nik-test-create-index
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
6a6301e
Update pgbench-accounts-index-bid.sql
NikolayS Jul 8, 2021
ae434d2
Update pgbench-accounts-index-bid.sql
NikolayS Jul 8, 2021
839be90
bad DDL -- this should fail
NikolayS Jul 8, 2021
6059bf4
Good DDL - this should NOT fail
NikolayS Jul 8, 2021
ec242a1
Update pgbench-accounts-index-bid.sql
NikolayS Jul 8, 2021
c6ea6a4
Update pgbench-accounts-index-bid.sql
NikolayS Dec 14, 2021
4cc74ca
Update pgbench-accounts-index-bid.sql
NikolayS Dec 14, 2021
02037a5
Update pgbench-accounts-index-bid.sql
NikolayS Dec 14, 2021
2b9c7d8
Update pgbench-accounts-index-bid.sql
NikolayS Dec 14, 2021
3d4c4c7
Update deploy/pgbench-accounts-index-bid.sql
NikolayS Dec 14, 2021
a1e6aa8
break it
NikolayS Jan 5, 2022
a0747a8
Update pgbench-accounts-index-bid.sql
NikolayS Jan 5, 2022
3e7450c
let's break it once again
NikolayS May 28, 2022
e832fd2
test
NikolayS May 28, 2022
5b7f329
break it once again (remove CONCURRENTLY)
NikolayS May 28, 2022
272c08c
...and fix (CONCURRENTLY returned)
NikolayS May 28, 2022
5759f40
break it to test CI Checker
agneum Jun 16, 2022
ec7bbc2
fix DB migration and run multiple sessions
agneum Jun 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deploy/pgbench-accounts-index-bid.sql
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- Deploy green-zone:pgbench-accounts-index-bid to pg

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

create index concurrently bid_idx on pgbench_accounts(bid);

AltStyle によって変換されたページ (->オリジナル) /