Skip to content

Commit 4c5159a

Browse files
committed
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>
1 parent 5022ff2 commit 4c5159a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/deparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3540,7 +3540,7 @@ deparseRelabelType(RelabelType *node, deparse_expr_cxt *context)
35403540
}
35413541

35423542
/*
3543-
* Deparse a ArrayCoerceExpr (array-type conversion) node.
3543+
* Deparse an ArrayCoerceExpr (array-type conversion) node.
35443544
*/
35453545
static void
35463546
deparseArrayCoerceExpr(ArrayCoerceExpr *node, deparse_expr_cxt *context)

0 commit comments

Comments
 (0)