pgsql: Sprinkle some const decorations

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Sprinkle some const decorations
Date: 2018-10-23 12:30:27
Message-ID: E1gEvpL-0006AP-PW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Sprinkle some const decorations

These mainly help understanding the function signatures better.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/807e4bc828cff0645d2a776604dc7cdc733b2fd3

Modified Files
--------------
src/backend/parser/parse_coerce.c | 8 ++++----
src/include/parser/parse_coerce.h | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-10-23 12:37:35 pgsql: Drop const cast from dlsym() calls
Previous Message Michael Paquier 2018-10-23 01:43:38 Re: pgsql: Avoid duplicate XIDs at recovery when building initial snapshot