Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7462973

Browse files
amitlanpull[bot]
authored andcommitted
Add missing const qualifier
Missed in commit785480c.Pointed out by Tom Lane.Discussion:https://postgr.es/m/2795364.1689221300%40sss.pgh.pa.us
1 parentd4dd783 commit7462973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/parser/parse_expr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3207,7 +3207,7 @@ makeJsonByteaToTextConversion(Node *expr, JsonFormat *format, int location)
32073207
* default format otherwise.
32083208
*/
32093209
staticNode*
3210-
transformJsonValueExpr(ParseState*pstate,char*constructName,
3210+
transformJsonValueExpr(ParseState*pstate,constchar*constructName,
32113211
JsonValueExpr*ve,JsonFormatTypedefault_format)
32123212
{
32133213
Node*expr=transformExprRecurse(pstate, (Node*)ve->raw_expr);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp