mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Type lztext is toast.
(Sorry, couldn't help it...) Removed type filename as well, since it's unused and probably useless. INITDB FORCED, because pg_rewrite columns are now plain text again.
This commit is contained in:
@@ -480,8 +480,8 @@ WHERE p1.aggtransfn = p2.oid AND
|
||||
(p2.pronargs = 1 AND p1.aggbasetype = 0)));
|
||||
oid | aggname | oid | proname
|
||||
-------+---------+-----+-------------
|
||||
16978 | max | 768 | int4larger
|
||||
16992 | min | 769 | int4smaller
|
||||
16972 | max | 768 | int4larger
|
||||
16986 | min | 769 | int4smaller
|
||||
(2 rows)
|
||||
|
||||
-- Cross-check finalfn (if present) against its entry in pg_proc.
|
||||
|
||||
Reference in New Issue
Block a user