Fix regression for new oids.

This commit is contained in:
Bruce Momjian 2001-05-15 04:12:56 +00:00
parent ed6998d0b3
commit 0eacc60e23
1 changed files with 2 additions and 2 deletions

View File

@ -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.