pgsql: Add missing const qualifier

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing const qualifier
Date: 2023-07-13 13:39:10
Message-ID: E1qJwXF-000B3W-Uw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing const qualifier

Missed in commit 785480c9533d9.

Pointed out by Tom Lane.

Discussion: https://postgr.es/m/2795364.1689221300%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/40b3af72a787e5c7c842651a2e04e3f856b9460c

Modified Files
--------------
src/backend/parser/parse_expr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2023-07-13 13:41:14 Re: pgsql: Pass constructName to transformJsonValueExpr()
Previous Message Amit Langote 2023-07-13 13:33:02 Re: pgsql: Don't include CaseTestExpr in JsonValueExpr.formatted_expr