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:
@ -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)
|
||||
|
Reference in New Issue
Block a user