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

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Mark variables as const in pgtypeslib if they only carry a forma
Дата
Msg-id E1RcL6U-0004cG-At@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: In ecpg removed old leftover check for given connection name.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Split plpython.c into smaller pieces