Update src/parser/merge.rs

Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
xitep 2025-12-04 11:01:11 +01:00 committed by GitHub
parent 9e098c333a
commit 5bd6ed41c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ use crate::{
use super::{Parser, ParserError};
impl Parser<'_> {
/// Parse a MERGE statement, returning a `Box`ed SetExpr
/// Parse a `MERGE` statement, returning a `Box`ed SetExpr
///
/// This is used to reduce the size of the stack frames in debug builds
pub(super) fn parse_merge_setexpr_boxed(