1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix a typo in the deparseArrayCoerceExpr() header comment

Discussion: https://postgr.es/m/CAHewXNn%3D_ykCtcTw5SCfZ-eVr4m%2BCuc804rGeMsKuj%3DD4xpL4w%40mail.gmail.com
Author: Tender Wang <tndrwang@gmail.com>
This commit is contained in:
Alexander Korotkov
2025-07-18 18:40:07 +03:00
parent 5022ff250e
commit 4c5159a2d8

View File

@ -3540,7 +3540,7 @@ deparseRelabelType(RelabelType *node, deparse_expr_cxt *context)
}
/*
* Deparse a ArrayCoerceExpr (array-type conversion) node.
* Deparse an ArrayCoerceExpr (array-type conversion) node.
*/
static void
deparseArrayCoerceExpr(ArrayCoerceExpr *node, deparse_expr_cxt *context)