| From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin III commit: Fix some errors the VC++ compiler found (an implici |
| Date: | 2010-08-19 07:10:39 |
| Message-ID: | 201008190710.o7J7AdOf049069@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Guillaume Lelarge | 2010-08-19 07:11:40 | Re: Troubles when compiling a fresh master branch on Windows |
| Previous Message | Ashesh Vashi | 2010-08-19 06:23:29 | Re: error in last pgadmin git version |