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

Fix LOGICAL_ERROR

Fixed LOGICAL_ERROR when using COMMENT COLUMN IF EXISTS in the same ALTER statement after DROP COLUMN. The IF EXISTS clause now correctly skips the comment operation when the column has been dropped within the same statement. #85688 (xiaohuanlin).