diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-07 11:10:21 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-07 11:10:21 -0500 |
commit | 0a665bbc43c5a678331fb1b1f44274500eba6563 (patch) | |
tree | 7290ddd688b70bd727676a529e6ee756daa5465e /src/backend/jit/llvm/llvmjit_expr.c | |
parent | 6ba581cf1104261f506377823a25795f0849ce62 (diff) | |
download | postgresql-0a665bbc43c5a678331fb1b1f44274500eba6563.tar.gz postgresql-0a665bbc43c5a678331fb1b1f44274500eba6563.zip |
Add a couple of regression test cases related to array subscripting.
Exercise some error cases that were never reached in the existing
regression tests. This is partly for code-coverage reasons, and
partly to memorialize the current behavior in advance of planned
changes for generic subscripting.
Also, I noticed that type_sanity's check to verify that all standard
types have array types was never extended when we added arrays for
all system catalog rowtypes (f7f70d5e2), nor when we added arrays
over domain types (c12d570fa). So do that. Also, since the query's
expected output isn't empty, it seems like a good idea to add an
ORDER BY to make sure the result stays stable.
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
0 files changed, 0 insertions, 0 deletions