On 2018-11-22 08:49:23 -0500, Andrew Dunstan wrote:
>
> On 11/21/18 7:12 PM, Andres Freund wrote:
> > Hi,
> >
> > It seems the list of reg* types and the check for them in pg_upgrade
> > have gone out of sync. We have the following reg* types:
> >
> > SELECT typname FROM pg_type WHERE typname
On 11/21/18 7:12 PM, Andres Freund wrote:
Hi,
It seems the list of reg* types and the check for them in pg_upgrade
have gone out of sync. We have the following reg* types:
SELECT typname FROM pg_type WHERE typname LIKE 'reg%' order by typname;
┌───┐
│typname│
├──
Hi,
It seems the list of reg* types and the check for them in pg_upgrade
have gone out of sync. We have the following reg* types:
SELECT typname FROM pg_type WHERE typname LIKE 'reg%' order by typname;
┌───┐
│typname│
├───┤
│ regclass │
│ regconfig │
│ re