mirror of https://github.com/postgres/postgres
Update regression for new oids, some now two smaller.
This commit is contained in:
parent
70aa2ae6a5
commit
9d17a1dd29
|
@ -482,8 +482,8 @@ WHERE p1.aggtransfn = p2.oid AND
|
|||
(p2.pronargs = 1 AND p1.aggbasetype = 0)));
|
||||
oid | aggname | oid | proname
|
||||
-------+---------+-----+-------------
|
||||
17010 | max | 768 | int4larger
|
||||
17024 | min | 769 | int4smaller
|
||||
17008 | max | 768 | int4larger
|
||||
17022 | min | 769 | int4smaller
|
||||
(2 rows)
|
||||
|
||||
-- Cross-check finalfn (if present) against its entry in pg_proc.
|
||||
|
|
Loading…
Reference in New Issue