Re: reg* checks in pg_upgrade are out of date

2018-11-26 Thread Andres Freund
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

Re: reg* checks in pg_upgrade are out of date

2018-11-22 Thread Andrew Dunstan
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│ ├──

reg* checks in pg_upgrade are out of date

2018-11-21 Thread Andres Freund
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