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

Pushdown simplest sorting for find command #2506

Merged
merged 16 commits into from
Apr 28, 2023

wip

bc504ad
Select commit
Loading
Failed to load commit list.
Merged

Pushdown simplest sorting for find command #2506

wip
bc504ad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 28, 2023 in 0s

73.94% of diff hit (target 50.00%)

View this Pull Request on Codecov

73.94% of diff hit (target 50.00%)

Annotations

Check warning on line 79 in internal/handlers/pg/msg_explain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/msg_explain.go#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 79 in internal/handlers/pg/msg_find.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/msg_find.go#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 62 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L62

Added line #L62 was not covered by tests

Check warning on line 76 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L76

Added line #L76 was not covered by tests

Check warning on line 85 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L85

Added line #L85 was not covered by tests

Check warning on line 87 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L87

Added line #L87 was not covered by tests

Check warning on line 130 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L130

Added line #L130 was not covered by tests

Check warning on line 143 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L143

Added line #L143 was not covered by tests

Check warning on line 186 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L186

Added line #L186 was not covered by tests

Check warning on line 204 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 214 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L214

Added line #L214 was not covered by tests

Check warning on line 356 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L356

Added line #L356 was not covered by tests

Check warning on line 362 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L361-L362

Added lines #L361 - L362 were not covered by tests

Check warning on line 367 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L366-L367

Added lines #L366 - L367 were not covered by tests

Check warning on line 375 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L374-L375

Added lines #L374 - L375 were not covered by tests

Check warning on line 387 in internal/handlers/pg/pgdb/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/handlers/pg/pgdb/query.go#L384-L387

Added lines #L384 - L387 were not covered by tests