mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
Update regression for new oids, some now two smaller.
This commit is contained in:
parent
70aa2ae6a5
commit
9d17a1dd29
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue