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

Commit 0eacc60

Browse files
committed
Fix regression for new oids.
1 parent ed6998d commit 0eacc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/expected/opr_sanity.out

Lines changed: 2 additions & 2 deletions
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-
17008 | max | 768 | int4larger
486-
17022 | min | 769 | int4smaller
485+
17009 | max | 768 | int4larger
486+
17023 | min | 769 | int4smaller
487487
(2 rows)
488488

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

0 commit comments

Comments
 (0)