Compare commits

...

3 Commits

Author SHA1 Message Date
Alexander Bayandin
527727d0f5 Merge branch 'main' into vk/pg_embedding_v16_support 2023-09-12 20:09:12 +01:00
Alexander Bayandin
d770e88886 Update checksum from pg_embedding source code 2023-09-12 20:08:20 +01:00
Vadim Kharitonov
a34bdc6eee pg_embedding with Pg16 support 2023-09-11 13:02:52 +02:00

View File

@@ -566,8 +566,8 @@ COPY --from=pg-build /usr/local/pgsql/ /usr/local/pgsql/
ENV PATH "/usr/local/pgsql/bin/:$PATH"
RUN case "${PG_VERSION}" in \
"v14" | "v15") \
export PG_EMBEDDING_VERSION=0.3.5 \
export PG_EMBEDDING_CHECKSUM=0e95b27b8b6196e2cf0a0c9ec143fe2219b82e54c5bb4ee064e76398cbe69ae9 \
export PG_EMBEDDING_VERSION=0.3.6 \
export PG_EMBEDDING_CHECKSUM=b2e2b359335d26987778c7fae0c9bcc8ebc3530fc214113be1ddbc8a136e52ac \
;; \
*) \
echo "pg_embedding not supported on this PostgreSQL version. Use pgvector instead." && exit 0;; \