Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into query-stats-4
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Nov 15, 2024
2 parents eb453cf + 743d96c commit 575517e
Show file tree
Hide file tree
Showing 97 changed files with 3,986 additions and 960 deletions.
8 changes: 4 additions & 4 deletions .github/workflows.src/tests.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
id: ext-cache
with:
path: build/extensions
key: edb-ext-v5-${{ hashFiles('shared-artifacts/ext_cache_key.txt') }}
key: edb-ext-v6-${{ hashFiles('shared-artifacts/ext_cache_key.txt') }}

- name: Handle cached PostgreSQL build
uses: actions/cache@v4
Expand Down Expand Up @@ -123,7 +123,7 @@
steps.postgres-cache.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install -y uuid-dev libreadline-dev bison flex
sudo apt-get install -y uuid-dev libreadline-dev bison flex libprotobuf-c-dev
- name: Install Rust toolchain
if: |
Expand Down Expand Up @@ -195,7 +195,7 @@
if: steps.ext-cache.outputs.cache-hit != 'true'
with:
path: ${{ env.BUILD_TEMP }}/edb
key: edb-ext-build-v3-${{ hashFiles('shared-artifacts/ext_cache_key.txt') }}
key: edb-ext-build-v4-${{ hashFiles('shared-artifacts/ext_cache_key.txt') }}

- name: Build Cython extensions
env:
Expand Down Expand Up @@ -377,7 +377,7 @@
id: ext-cache
with:
path: build/extensions
key: edb-ext-v5-${{ hashFiles('shared-artifacts/ext_cache_key.txt') }}
key: edb-ext-v6-${{ hashFiles('shared-artifacts/ext_cache_key.txt') }}

- name: Restore compiled parsers cache
uses: actions/cache@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests-ha.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/tests-inplace.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions .github/workflows/tests-managed-pg.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/tests-patches.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/tests-pg-versions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/tests-pool.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/tests-reflection.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*.pyo
*.o
*.so
.vscode
.vscode/
.zed/
*~
.#*
.*.swp
Expand Down Expand Up @@ -37,3 +38,4 @@ docs/_build
/.vagga
/.dmypy.json
/compile_commands.json
/pyrightconfig.json
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
url = https://github.com/MagicStack/py-pgproto.git
[submodule "edb/pgsql/parser/libpg_query"]
path = edb/pgsql/parser/libpg_query
url = https://github.com/msullivan/libpg_query.git
url = https://github.com/edgedb/libpg_query.git
Loading

0 comments on commit 575517e

Please sign in to comment.