v.25.8Bug Fix (user-visible misbehavior in an official stable release)

When restoring from backup, the definer user

When restoring from backup, the definer user may not be backed up, which will cause the whole backup to be broken. To fix this, we postpone the permissions check on the target table's creation during restore and only check it during runtime. #83818 (pufit).