citus/src
Mehmet YILMAZ f1f0b09f73
PG18 - Add BUFFERS OFF to EXPLAIN ANALYZE calls (#8101)
Relevant PG18 commit:
c2a4078eba
- Enable buffer-usage reporting by default in `EXPLAIN ANALYZE` on
PostgreSQL 18 and above.

Solution:
- Introduce the explicit `BUFFERS OFF` option in every existing
regression test to maintain pre-PG18 output consistency.
- This appends, `BUFFERS OFF` to all `EXPLAIN ANALYZE(...)` calls in
src/test/regress/sql and the corresponding .out files.

fixes #8093
2025-08-21 13:48:50 +03:00
..
backend Add citus_stats UDF (#8026) 2025-08-19 23:17:13 +03:00
include Snapshot-Based Node Split – Foundation and Core Implementation (#8122) 2025-08-19 14:13:55 +03:00
test PG18 - Add BUFFERS OFF to EXPLAIN ANALYZE calls (#8101) 2025-08-21 13:48:50 +03:00