Commit 0eacc60e authored by Bruce Momjian's avatar Bruce Momjian

Fix regression for new oids.

parent ed6998d0
......@@ -482,8 +482,8 @@ WHERE p1.aggtransfn = p2.oid AND
(p2.pronargs = 1 AND p1.aggbasetype = 0)));
oid | aggname | oid | proname
-------+---------+-----+-------------
17008 | max | 768 | int4larger
17022 | min | 769 | int4smaller
17009 | max | 768 | int4larger
17023 | min | 769 | int4smaller
(2 rows)
-- Cross-check finalfn (if present) against its entry in pg_proc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment