We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837f33c commit b31e83fCopy full SHA for b31e83f
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
- 16998 | max | 768 | int4larger
486
- 17012 | min | 769 | int4smaller
+ 16997 | max | 768 | int4larger
+ 17011 | min | 769 | int4smaller
487
(2 rows)
488
489
-- Cross-check finalfn (if present) against its entry in pg_proc.
0 commit comments