mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -455,7 +455,7 @@ Expr *
|
||||
transformAssignedExpr(ParseState *pstate,
|
||||
Expr *expr,
|
||||
ParseExprKind exprKind,
|
||||
char *colname,
|
||||
const char *colname,
|
||||
int attrno,
|
||||
List *indirection,
|
||||
int location)
|
||||
|
Reference in New Issue
Block a user