From 0149ee3033aa78b559da144bf4a92169f4d6e4d0 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Mon, 23 Mar 2026 18:41:28 -0700 Subject: [PATCH 1/2] postgres: try orioledb patches17 --- pgbuild/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgbuild/Makefile b/pgbuild/Makefile index f9e86c0..86978dc 100644 --- a/pgbuild/Makefile +++ b/pgbuild/Makefile @@ -50,13 +50,13 @@ pg_duckdb: postgres $(INSTALL_PREFIX)/lib/pg_duckdb.so ### postgres POSTGRES_VERSION := 17-stable -POSTGRES_SRC := REL_17_STABLE +POSTGRES_SRC := patches17 POSTGRES_BLD := $(POSTGRES_SRC) ## extract $(POSTGRES_SRC)/configure: - git clone https://github.com/postgres/postgres -b $(POSTGRES_SRC) --single-branch $(POSTGRES_SRC) + git clone https://github.com/orioledb/postgres/ -b $(POSTGRES_SRC) --single-branch $(POSTGRES_SRC) touch $(POSTGRES_SRC)/configure ## configure From 8a03e0f9facba874f692b67a95dd43164063cd15 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Mon, 23 Mar 2026 21:46:29 -0700 Subject: [PATCH 2/2] orioledb: disable pg_vectorscale --- .github/workflows/build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a9b81f0..609843d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -20,17 +20,17 @@ jobs: os: macos-latest arch: arm64 deployment-target: '11.0' - extensions: pgvector pgvectorscale pgtextsearch pg_duckdb + extensions: pgvector pgtextsearch pg_duckdb - runner: ubuntu-latest os: ubuntu-latest arch: x86_64 deployment-target: '' - extensions: pgvector pgvectorscale pgtextsearch pg_duckdb + extensions: pgvector pgtextsearch pg_duckdb - runner: ubuntu-24.04-arm os: ubuntu-latest arch: aarch64 deployment-target: '' - extensions: pgvector pgvectorscale pgtextsearch pg_duckdb + extensions: pgvector pgtextsearch pg_duckdb - runner: windows-2022 os: windows-2022 arch: AMD64