Closed Dtenwolde closed 8 months ago
Fixed with https://github.com/cwida/duckdb-pgq/commit/817b9c6681810827774038c25d63989c60772e6e and https://github.com/cwida/duckpgq-extension/commit/4212f63640c6fb45687483c4c89cfa0b17bd362c
For future releases:
cd duckdb-pgq
git checkout main
git fetch --tags upstream
git merge <latest_version>
Fix any merge conflicts
git add <fixed merges>
Generate the parser
python scripts/generate_flex.py
python scripts/generate_grammar.py
Build debug & release
cd ..
make clean
make debug GEN=ninja
make GEN=ninja
./build/debug/unittest --test-dir ../../../ test/sql/*
DuckDB has released a new bug fix release, so this extension and https://github.com/cwida/duckdb-pgq need to be updated to v0.10.1