Add test coverage for indirection transformation

These tests cover nested arrays of composite data types,
single-argument functions, and casting using dot-notation, providing a
baseline for future enhancements to jsonb dot-notation support.

Author: Alexandra Wang <[email protected]>
Reviewed-by: Chao Li <[email protected]>
Discussion: 
https://www.postgresql.org/message-id/flat/cak98qz1jnnax4qnejg+ex7ilesohd6a68fnqvvvhp6up_th...@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64492917280a1f6227ed9cf43d39095e2cec5cab

Modified Files
--------------
src/test/regress/expected/arrays.out | 26 +++++++++--
src/test/regress/expected/jsonb.out  | 88 ++++++++++++++++++++++++++++++++++++
src/test/regress/sql/arrays.sql      |  7 ++-
src/test/regress/sql/jsonb.sql       | 18 ++++++++
4 files changed, 132 insertions(+), 7 deletions(-)

Reply via email to