pgAdmin III commit: Fix some errors the VC++ compiler found (an implici

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix some errors the VC++ compiler found (an implici
Дата
Msg-id 201008190710.o7J7AdOf049069@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f763036cd3bffb7c09e5c6550f3d4d1931ff3541

Log Message
-----------
Fix some errors the VC++ compiler found (an implicit conversion issue, and an already defined enumeration member).

Branch
------
master

Modified Files
--------------
pgadmin/frm/frmReport.cpp            |    2 +-
pgadmin/include/schema/pgObject.h    |    2 +-
pgadmin/schema/pgColumn.cpp          |    2 +-
pgadmin/schema/pgDatabase.cpp        |    4 ++--
pgadmin/schema/pgIndex.cpp           |    2 +-
pgadmin/schema/pgIndexConstraint.cpp |    2 +-
pgadmin/schema/pgSequence.cpp        |    2 +-
pgadmin/schema/pgServer.cpp          |    4 ++--
pgadmin/schema/pgTable.cpp           |    4 ++--
pgadmin/schema/pgTablespace.cpp      |    4 ++--
10 files changed, 14 insertions(+), 14 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: error in last pgadmin git version
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Troubles when compiling a fresh master branch on Windows