pgsql: Mark variables as const in pgtypeslib if they only carry a forma

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark variables as const in pgtypeslib if they only carry a forma
Date: 2011-12-18 18:04:54
Message-ID: E1RcL6U-0004cG-At@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-12-18 19:48:52 pgsql: Split plpython.c into smaller pieces
Previous Message Michael Meskes 2011-12-18 17:47:52 pgsql: Added test for cursor handling on different connections to regre