pgsql: Avoid casting away a const

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid casting away a const
Date: 2019-03-16 09:14:57
Message-ID: E1h55P7-0002sq-9C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid casting away a const

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/893d6f8a1f9b43da805124e93cbf0f7aea890ad4

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
src/backend/utils/misc/guc.c | 2 +-
src/include/access/xlog.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-03-16 09:22:02 pgsql: Partial implementation of SQL/JSON path language
Previous Message Peter Eisentraut 2019-03-16 08:37:03 pgsql: Don't propagate PGAPPNAME through pg_ctl in tests