pgsql: Mark variables as const in pgtypeslib if they only carry a forma - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Mark variables as const in pgtypeslib if they only carry a forma
Date
Msg-id E1RcL6U-0004cG-At@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mark variables as const in pgtypeslib if they only carry a format string.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59e242a4969d2efa6ce68dc7aab3cbd8cf975b08

Modified Files
--------------
src/interfaces/ecpg/include/pgtypes_date.h      |    4 ++--
src/interfaces/ecpg/include/pgtypes_timestamp.h |    4 ++--
src/interfaces/ecpg/pgtypeslib/common.c         |    2 +-
src/interfaces/ecpg/pgtypeslib/datetime.c       |    4 ++--
src/interfaces/ecpg/pgtypeslib/extern.h         |    2 +-
src/interfaces/ecpg/pgtypeslib/timestamp.c      |   10 +++++-----
6 files changed, 13 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: In ecpg removed old leftover check for given connection name.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Split plpython.c into smaller pieces