| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add test coverage for indirection transformation |
| Date: | 2026-01-06 08:50:45 |
| Message-ID: | E1vd2m4-004p8Z-0o@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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 <alexandra(dot)wang(dot)oss(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAK98qZ1JNNAx4QneJG+eX7iLesOhd6A68FNQVvvHP6Up_THf3A(at)mail(dot)gmail(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-01-06 11:25:35 | pgsql: Improve portability of new worker_spi test |
| Previous Message | Alexander Korotkov | 2026-01-06 08:04:35 | pgsql: Fix variable usage in wakeupWaiters() |