Skip to content
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

[Merged by Bors] - sql: add copy-based migrations and VACUUM INTO #6085

Closed
wants to merge 79 commits into from

Address comments

64f4d38
Select commit
Loading
Failed to load commit list.
Closed

[Merged by Bors] - sql: add copy-based migrations and VACUUM INTO #6085

Address comments
64f4d38
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 22, 2024 in 1s

61.4% of diff hit (target 81.9%)

View this Pull Request on Codecov

61.4% of diff hit (target 81.9%)

Annotations

Check warning on line 279 in checkpoint/recovery.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

checkpoint/recovery.go#L279

Added line #L279 was not covered by tests

Check warning on line 1969 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L1969

Added line #L1969 was not covered by tests

Check warning on line 2015 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L2015

Added line #L2015 was not covered by tests

Check warning on line 249 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L249

Added line #L249 was not covered by tests

Check warning on line 284 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L284

Added line #L284 was not covered by tests

Check warning on line 318 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L318

Added line #L318 was not covered by tests

Check warning on line 321 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L321

Added line #L321 was not covered by tests

Check warning on line 333 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L333

Added line #L333 was not covered by tests

Check warning on line 349 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L349

Added line #L349 was not covered by tests

Check warning on line 380 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L379-L380

Added lines #L379 - L380 were not covered by tests

Check warning on line 413 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L412-L413

Added lines #L412 - L413 were not covered by tests

Check warning on line 416 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L416

Added line #L416 was not covered by tests

Check warning on line 432 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L432

Added line #L432 was not covered by tests

Check warning on line 459 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L459

Added line #L459 was not covered by tests

Check warning on line 462 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L462

Added line #L462 was not covered by tests

Check warning on line 466 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L465-L466

Added lines #L465 - L466 were not covered by tests

Check warning on line 480 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L480

Added line #L480 was not covered by tests

Check warning on line 484 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L483-L484

Added lines #L483 - L484 were not covered by tests

Check warning on line 488 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L487-L488

Added lines #L487 - L488 were not covered by tests

Check warning on line 491 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L491

Added line #L491 was not covered by tests

Check warning on line 499 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L499

Added line #L499 was not covered by tests

Check warning on line 523 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L523

Added line #L523 was not covered by tests

Check warning on line 533 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L533

Added line #L533 was not covered by tests

Check warning on line 622 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L622

Added line #L622 was not covered by tests

Check warning on line 635 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L635

Added line #L635 was not covered by tests