Skip to content

Commit df91218

Browse files
Revert repository configuration changes in versions/15/Makefile
- Restore LIBPG_QUERY_REPO to launchql/libpg_query.git - Restore LIBPG_QUERY_TAG to fix/negative-int-pg15 - Keep memory configuration flags as intended Co-Authored-By: Dan Lynch <[email protected]>
1 parent c4aba97 commit df91218

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

versions/15/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
WASM_OUT_DIR := wasm
77
WASM_OUT_NAME := libpg-query
88
WASM_MODULE_NAME := PgQueryModule
9-
LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
10-
LIBPG_QUERY_TAG := 15-4.2.4
9+
# LIBPG_QUERY_REPO := https://github.com/pganalyze/libpg_query.git
10+
# 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
1113

1214
CACHE_DIR := .cache
1315

0 commit comments

Comments
 (0)