File tree Expand file tree Collapse file tree
src/test/singlenode_regress/expected Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments