mirror of
https://github.com/postgres/postgres.git
synced 2025-10-09 00:05:07 -04: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:
parent
5022ff250e
commit
4c5159a2d8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user