diff --git a/.gitmodules b/.gitmodules index 60cfbe40928c7..a2b2f6b5a7287 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "pglite/pg_uuidv7"] path = pglite/pg_uuidv7 url = https://github.com/fboulnois/pg_uuidv7/ +[submodule "pglite/pg_hashids"] + path = pglite/pg_hashids + url = https://github.com/iCyberon/pg_hashids diff --git a/pglite/Makefile b/pglite/Makefile index 633fe686b9eba..3d7ad4d6ba209 100644 --- a/pglite/Makefile +++ b/pglite/Makefile @@ -7,7 +7,8 @@ SUBDIRS = \ pg_ivm \ vector \ pgtap \ - pg_uuidv7 + pg_uuidv7 \ + pg_hashids prefix ?= /install/pglite EXTENSIONS_BUILD_ROOT := /tmp/extensions/build diff --git a/pglite/pg_hashids b/pglite/pg_hashids new file mode 160000 index 0000000000000..8c404dd86408f --- /dev/null +++ b/pglite/pg_hashids @@ -0,0 +1 @@ +Subproject commit 8c404dd86408f3a987a3ff6825ac7e42bd618b98