We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70aa2ae commit 9d17a1dCopy full SHA for 9d17a1d
src/test/regress/expected/opr_sanity.out
@@ -482,8 +482,8 @@ WHERE p1.aggtransfn = p2.oid AND
482
(p2.pronargs = 1 AND p1.aggbasetype = 0)));
483
oid | aggname | oid | proname
484
-------+---------+-----+-------------
485
- 17010 | max | 768 | int4larger
486
- 17024 | min | 769 | int4smaller
+ 17008 | max | 768 | int4larger
+ 17022 | min | 769 | int4smaller
487
(2 rows)
488
489
-- Cross-check finalfn (if present) against its entry in pg_proc.
0 commit comments