Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b31e83f

Browse files
committed
Adjust opr_sanity.out for small change in OID allocation.
1 parent 837f33c commit b31e83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/expected/opr_sanity.out

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ WHERE p1.aggtransfn = p2.oid AND
482482
(p2.pronargs = 1 AND p1.aggbasetype = 0)));
483483
oid | aggname | oid | proname
484484
-------+---------+-----+-------------
485-
16998 | max | 768 | int4larger
486-
17012 | min | 769 | int4smaller
485+
16997 | max | 768 | int4larger
486+
17011 | min | 769 | int4smaller
487487
(2 rows)
488488

489489
-- Cross-check finalfn (if present) against its entry in pg_proc.

0 commit comments

Comments
 (0)