You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
pg_authid's only varlena column is rolpassword, which unfortunatelycannot be de-TOASTed during authentication because we haven'tselected a database yet and cannot read pg_class. By removingpg_authid's TOAST table, attempts to set password hashes thatrequire out-of-line storage will fail with a "row is too big"error instead. We may want to provide a more user-friendly errorin the future, but for now let's just remove the useless TOASTtable.Bumps catversion.Reported-by: Alexander LakhinReviewed-by: Tom Lane, Michael PaquierDiscussion:https://postgr.es/m/89e8649c-eb74-db25-7945-6d6b23992394%40gmail.com