From c938597538033a9691f46a384dc7d20353d82868 Mon Sep 17 00:00:00 2001 From: Abdugani Toshmukhamedov Date: Fri, 19 Dec 2025 18:07:22 +0500 Subject: [PATCH] feat: add support for pg_hashids extension --- .gitmodules | 3 +++ pglite/Makefile | 3 ++- pglite/pg_hashids | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 pglite/pg_hashids 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