mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Add missing const qualifier
Missed in commit 785480c9533d9. Pointed out by Tom Lane. Discussion: https://postgr.es/m/2795364.1689221300%40sss.pgh.pa.us
This commit is contained in:
parent
328f492d25
commit
40b3af72a7
@ -3207,7 +3207,7 @@ makeJsonByteaToTextConversion(Node *expr, JsonFormat *format, int location)
|
||||
* default format otherwise.
|
||||
*/
|
||||
static Node *
|
||||
transformJsonValueExpr(ParseState *pstate, char *constructName,
|
||||
transformJsonValueExpr(ParseState *pstate, const char *constructName,
|
||||
JsonValueExpr *ve, JsonFormatType default_format)
|
||||
{
|
||||
Node *expr = transformExprRecurse(pstate, (Node *) ve->raw_expr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user