postgresql/src/test/regress
Peter Eisentraut f4adc41c4f Enhanced cycle mark values
Per SQL:202x draft, in the CYCLE clause of a recursive query, the
cycle mark values can be of type boolean and can be omitted, in which
case they default to TRUE and FALSE.

Reviewed-by: Vik Fearing <vik@postgresfriends.org>
Discussion: https://www.postgresql.org/message-id/flat/db80ceee-6f97-9b4a-8ee8-3ba0c58e5be2@2ndquadrant.com
2021-02-27 08:13:24 +01:00
..
data
expected Enhanced cycle mark values 2021-02-27 08:13:24 +01:00
input Add TABLESPACE option to REINDEX 2021-02-04 14:34:20 +09:00
output Add TABLESPACE option to REINDEX 2021-02-04 14:34:20 +09:00
sql Enhanced cycle mark values 2021-02-27 08:13:24 +01:00
.gitignore
GNUmakefile
Makefile
parallel_schedule
pg_regress_main.c
pg_regress.c
pg_regress.h
README
regress.c
regressplans.sh
resultmap
serial_schedule
standby_schedule

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".