From 4fe1bb4046e4bde828941818d013bdbec806727e Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Tue, 21 Jul 2026 03:58:56 +0000 Subject: [PATCH] chore: build 17/18/full from constructive-io/libpg_query maintained branches with PL/pgSQL serializer fixes - versions/17 -> 17-constructive (retvarno + out_param_varno JSON serializer fixes on top of 17-latest) - versions/18 + full -> 18-constructive (retvarno, PROMISE trigger datums, LookupExplicitNamespace fixes) Same repoint pattern already used by versions/15 (fix/negative-int-pg15). --- full/Makefile | 6 ++++-- versions/17/Makefile | 6 ++++-- versions/18/Makefile | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/full/Makefile b/full/Makefile index cdbf4db..c968526 100644 --- a/full/Makefile +++ b/full/Makefile @@ -1,8 +1,10 @@ WASM_OUT_DIR := wasm WASM_OUT_NAME := libpg-query WASM_MODULE_NAME := PgQueryModule -LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git -LIBPG_QUERY_TAG := 18.0.0 +# LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git +# LIBPG_QUERY_TAG := 18.0.0 +LIBPG_QUERY_REPO := https://github.com/constructive-io/libpg_query.git +LIBPG_QUERY_TAG := 18-constructive CACHE_DIR := .cache diff --git a/versions/17/Makefile b/versions/17/Makefile index 6674f7a..2d091cb 100644 --- a/versions/17/Makefile +++ b/versions/17/Makefile @@ -6,8 +6,10 @@ WASM_OUT_DIR := wasm WASM_OUT_NAME := libpg-query WASM_MODULE_NAME := PgQueryModule -LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git -LIBPG_QUERY_TAG := 17-6.1.0 +# LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git +# LIBPG_QUERY_TAG := 17-6.1.0 +LIBPG_QUERY_REPO := https://github.com/constructive-io/libpg_query.git +LIBPG_QUERY_TAG := 17-constructive CACHE_DIR := .cache diff --git a/versions/18/Makefile b/versions/18/Makefile index b66d7d4..27bec91 100644 --- a/versions/18/Makefile +++ b/versions/18/Makefile @@ -6,8 +6,10 @@ WASM_OUT_DIR := wasm WASM_OUT_NAME := libpg-query WASM_MODULE_NAME := PgQueryModule -LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git -LIBPG_QUERY_TAG := 18.0.0 +# LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git +# LIBPG_QUERY_TAG := 18.0.0 +LIBPG_QUERY_REPO := https://github.com/constructive-io/libpg_query.git +LIBPG_QUERY_TAG := 18-constructive CACHE_DIR := .cache