Re: time for catalog/pg_cast.c?
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Paul Jungwirth <pj@illuminatedcomputing.com>
Date: 2020-03-10T15:49:22Z
Lists: pgsql-hackers
On 2020-Mar-09, Alvaro Herrera wrote: > I extracted from the latest multirange patch a bit that creates a new > routine CastCreate() in src/backend/catalog/pg_cast.c. It contains the > catalog-accessing bits to create a new cast. It seems harmless, so I > thought I'd apply it to get rid of a couple of hunks in the large patch. Pushed, thanks. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Split out CreateCast into src/backend/catalog/pg_cast.c
- 40b3e2c201af 13.0 landed
-
Standardize get_whatever_oid functions for other object types.
- fd1843ff8979 9.1.0 cited