Skip to content

Commit 319b1e0

Browse files
committed
Fix singlenode opr_sanity test.
1 parent a43da9b commit 319b1e0

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/test/singlenode_regress/expected/opr_sanity.out

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,14 @@ WHERE p1.oid < p2.oid AND
128128
p1.proretset != p2.proretset OR
129129
p1.provolatile != p2.provolatile OR
130130
p1.pronargs != p2.pronargs);
131-
oid | proname | oid | proname
132-
------+-------------------+------+---------------------
133-
6212 | int2_matrix_accum | 6215 | float8_matrix_accum
134-
6212 | int2_matrix_accum | 6214 | int8_matrix_accum
135-
6213 | int4_matrix_accum | 6215 | float8_matrix_accum
136-
6213 | int4_matrix_accum | 6214 | int8_matrix_accum
137-
(4 rows)
131+
oid | proname | oid | proname
132+
------+--------------------------------+------+--------------------------------
133+
7203 | gp_log_backend_memory_contexts | 7204 | gp_log_backend_memory_contexts
134+
6212 | int2_matrix_accum | 6215 | float8_matrix_accum
135+
6212 | int2_matrix_accum | 6214 | int8_matrix_accum
136+
6213 | int4_matrix_accum | 6215 | float8_matrix_accum
137+
6213 | int4_matrix_accum | 6214 | int8_matrix_accum
138+
(5 rows)
138139

139140
-- Look for uses of different type OIDs in the argument/result type fields
140141
-- for different aliases of the same built-in function.

0 commit comments

Comments
 (0)