Compare commits

...

2 commits

3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View file

@ -466,3 +466,6 @@
[submodule "cargo-pgx"]
path = cargo-pgx
url = ssh://aur@aur.archlinux.org/cargo-pgx.git
[submodule "postgresql-semver"]
path = postgresql-semver
url = ssh://aur@aur.archlinux.org/postgresql-semver.git

View file

@ -59,6 +59,12 @@ prefix = "r"
# github
[postgresql-semver]
source = "github"
github = "theory/pg-semver"
use_max_tag = true
prefix = "v"
[libpg_query]
source = "github"
github = "pganalyze/libpg_query"

1
postgresql-semver Submodule

@ -0,0 +1 @@
Subproject commit 7a3c1c001701d99f35c56c0fc3de852eedfe00a1