Skip to content

Commit

Permalink
Revert "fix superuser permission check for extensions (#6733)" (#6791)
Browse files Browse the repository at this point in the history
This reverts commit 9ad9400.

This pull request reverts #6733 to avoid incompatibility with pgvector
and I will push further fixes later. Note that after reverting this pull
request, the postgres submodule will point to some detached branches.
  • Loading branch information
skyzh committed Feb 16, 2024
1 parent ca07fa5 commit 29fb675
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vendor/postgres-v14
2 changes: 1 addition & 1 deletion vendor/postgres-v15
6 changes: 3 additions & 3 deletions vendor/revisions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"postgres-v16": "f7b63d8cf9ae040f6907c3c13ef25fcf15a36161",
"postgres-v15": "9eef016e18bf61753e3cbaa755f705db6a4f7b1d",
"postgres-v14": "b4bae26a0f09c69e979e6cb55780398e3102e022"
"postgres-v16": "9c37a4988463a97d9cacb321acf3828b09823269",
"postgres-v15": "ca2def999368d9df098a637234ad5a9003189463",
"postgres-v14": "9dd9956c55ffbbd9abe77d10382453757fedfcf5"
}

1 comment on commit 29fb675

@github-actions
Copy link

@github-actions github-actions bot commented on 29fb675 Feb 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2517 tests run: 2386 passed, 0 failed, 131 skipped (full report)


Flaky tests (4)

Postgres 15

Postgres 14

  • test_empty_tenant_size: debug
  • test_delete_timeline_client_hangup: debug

Code coverage (full report)

  • functions: 55.8% (12921 of 23162 functions)
  • lines: 82.5% (69916 of 84722 lines)

The comment gets automatically updated with the latest test results
29fb675 at 2024-02-17T12:38:56.311Z :recycle:

Please sign in to comment.