mirror of https://github.com/postgres/postgres
Rename regress test generated to generated_stored
This makes naming room to have another test file for virtual generated columns. Reviewed-by: Corey Huinker <corey.huinker@gmail.com> Reviewed-by: Tomasz Rybak <tomasz.rybak@post.pl> Discussion: https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org
This commit is contained in:
parent
4d68a04324
commit
b9ed496925
|
@ -66,7 +66,7 @@ test: select_into select_distinct select_distinct_on select_implicit select_havi
|
|||
# ----------
|
||||
# Another group of parallel tests
|
||||
# ----------
|
||||
test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password identity generated join_hash
|
||||
test: brin gin gist spgist privileges init_privs security_label collate matview lock replica_identity rowsecurity object_address tablesample groupingsets drop_operator password identity generated_stored join_hash
|
||||
|
||||
# ----------
|
||||
# Additional BRIN tests
|
||||
|
|
Loading…
Reference in New Issue