Shell script drives the Dockerfile builder stage across PG versions, capturing pass/fail + timing per version. Makefile targets: test-matrix, test-pg%, test-matrix-clean. Also runs standalone DE reader test in the builder stage to catch compiler-version regressions. Fix pork chop grid test: add ORDER BY to CROSS JOIN (optimizer chooses different join nesting across PG versions, reordering rows).
29 lines
277 B
Plaintext
29 lines
277 B
Plaintext
# Build artifacts
|
|
*.o
|
|
*.bc
|
|
*.so
|
|
*.dylib
|
|
|
|
# pg_regress output
|
|
regression.diffs
|
|
regression.out
|
|
results/
|
|
tmp_check/
|
|
log/
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Test artifacts
|
|
test/matrix-logs/
|
|
test/test_de_reader
|
|
|
|
# Docs site
|
|
docs/node_modules/
|
|
docs/dist/
|
|
docs/.astro/
|