Skip to content

Commit 5539983

Browse files
author
Nikita Glukhov
committed
Add regression tests for missing json functions and operators
1 parent 7ac0193 commit 5539983

File tree

7 files changed

+2289
-0
lines changed

7 files changed

+2289
-0
lines changed

src/test/regress/expected/create_table.out

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ CREATE TABLE array_index_op_test (
196196
i int4[],
197197
t text[]
198198
);
199+
CREATE TABLE testjson (
200+
j json
201+
);
199202
CREATE TABLE testjsonb (
200203
j jsonb
201204
);

0 commit comments

Comments
 (0)