pgsql: Add const qualifier

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add const qualifier
Date: 2019-02-22 08:09:07
Message-ID: E1gx5tL-0000Ju-E4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add const qualifier

New code introduced in 050710b36964dee7e1b2bf6b5ef00041fd5d2787. The
lack of const is not currently a compiler warning, but it's nice to
have for consistency with surrounding code.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1373ba55c9b9c9a5e4705daa03643255b4de1519

Modified Files
--------------
src/interfaces/ecpg/ecpglib/misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-02-22 16:01:10 pgsql: Report correct name in autovacuum "work items" activity
Previous Message Michael Paquier 2019-02-22 04:22:18 pgsql: Remove duplicate variable declaration in fe-connect.c