pgsql: Check for tables with sql_identifier during pg_upgrade

2019-10-14 Thread Tomas Vondra
Check for tables with sql_identifier during pg_upgrade Commit 7c15cef86d changed sql_identifier data type to be based on name instead of varchar. Unfortunately, this breaks on-disk format for this data type. Luckily, that should be a very rare problem, as this data type is used only in informati

pgsql: Check for tables with sql_identifier during pg_upgrade

2019-10-14 Thread Tomas Vondra
Check for tables with sql_identifier during pg_upgrade Commit 7c15cef86d changed sql_identifier data type to be based on name instead of varchar. Unfortunately, this breaks on-disk format for this data type. Luckily, that should be a very rare problem, as this data type is used only in informati