1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Adjust opr_sanity.out for small change in OID allocation.

This commit is contained in:
Tom Lane
2000-11-21 04:29:44 +00:00
parent 837f33cfd9
commit b31e83f461

View File

@ -482,8 +482,8 @@ WHERE p1.aggtransfn = p2.oid AND
(p2.pronargs = 1 AND p1.aggbasetype = 0)));
oid | aggname | oid | proname
-------+---------+-----+-------------
16998 | max | 768 | int4larger
17012 | min | 769 | int4smaller
16997 | max | 768 | int4larger
17011 | min | 769 | int4smaller
(2 rows)
-- Cross-check finalfn (if present) against its entry in pg_proc.