We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee3c39 commit da04c27Copy full SHA for da04c27
versions/15/Makefile
@@ -6,8 +6,10 @@
6
WASM_OUT_DIR := wasm
7
WASM_OUT_NAME := libpg-query
8
WASM_MODULE_NAME := PgQueryModule
9
-LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
10
-LIBPG_QUERY_TAG := 15-4.2.4
+# LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
+# LIBPG_QUERY_TAG := 15-4.2.4
11
+LIBPG_QUERY_REPO := https://github.com/launchql/libpg_query.git
12
+LIBPG_QUERY_TAG := fix/negative-int-pg15
13
14
CACHE_DIR := .cache
15
0 commit comments