citus/src/test/regress/bin
Mehmet YILMAZ dba9379ea5
PG18: Normalize EXPLAIN ANALYZE output for drop “Index Searches” line (#8291)
fixes #8265


0fbceae841

PostgreSQL 18 started printing an extra line in `EXPLAIN (ANALYZE …)`
for index scans:

```
Index Searches: N
```

**normalize.sed**: add a rule to remove the PG18-only line

 ```
 /^\s*Index Searches:\s*\d+\s*$/d
 ```
2025-10-27 14:37:20 +03:00
..
test Update diff-filter to handle lines removed by normalization 2020-01-28 15:39:40 +00:00
copy_modified Replace denormalized test output with normalized at the end of the run 2020-01-24 11:42:38 +01:00
copy_modified_wrapper Add an infrastructure to run same tests with arbitrary configs (#5316) 2021-10-12 14:24:19 +03:00
create_test.py Make run_test.py and create_test.py importable without errors (#6736) 2023-02-28 00:34:42 +03:00
diff Speed up test runs on WSL2 a lot (#5736) 2022-02-23 13:03:29 +01:00
diff-filter Run python files through isort 2023-02-10 13:05:37 +01:00
normalize.sed PG18: Normalize EXPLAIN ANALYZE output for drop “Index Searches” line (#8291) 2025-10-27 14:37:20 +03:00
test_diff Update diff-filter to handle lines removed by normalization 2020-01-28 15:39:40 +00:00