Add test coverage for indirection transformation
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-01-06T08:45:17Z
Releases:
19 (unreleased)
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.wang.oss@gmail.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAK98qZ1JNNAx4QneJG+eX7iLesOhd6A68FNQVvvHP6Up_THf3A@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/arrays.out | modified | +21 −5 |
| src/test/regress/expected/jsonb.out | modified | +88 −0 |
| src/test/regress/sql/arrays.sql | modified | +5 −2 |
| src/test/regress/sql/jsonb.sql | modified | +18 −0 |
Discussion
- SQL:2023 JSON simplified accessor support 83 messages · 2024-08-29 → 2026-03-31