Put generated_stored test objects in a schema This avoids naming conflicts with concurrent tests with similarly named objects. Currently, there are none, but a tests for virtual generated columns are planned to be added.
Reviewed-by: Corey Huinker <[email protected]> Reviewed-by: Tomasz Rybak <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/894be11adfa60ad1ce5f74534cf5f04e66d51c30 Modified Files -------------- src/test/regress/expected/generated_stored.out | 71 ++++++++++++++------------ src/test/regress/sql/generated_stored.sql | 8 ++- 2 files changed, 43 insertions(+), 36 deletions(-)
