mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-12 09:19:39 +00:00
ac60b68d50
Fixes issue #190. Original patch by Konstantin Knizhnik.
To add a new SQL test
- add sql script to run to zenith_regress/sql/testname.sql
- add expected output to zenith_regress/expected/testname.out
- add testname to parallel_schedule
That's it. For more complex tests see PostgreSQL regression tests. These works basically the same.