pgAdmin III commit: Review of language object - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Review of language object
Date
Msg-id E1SQlwy-0004kv-GM@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Review of language object

and adding inline function support.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7ffaa9c3fdeeab97546fce303d5fe339440dfb95

Modified Files
--------------
CHANGELOG                           |    1 +
pgadmin/dlg/dlgLanguage.cpp         |   61 ++-
pgadmin/include/dlg/dlgLanguage.h   |    4 +-
pgadmin/include/schema/pgLanguage.h |   45 +-
pgadmin/include/utils/pgDefs.h      |    1 +
pgadmin/schema/pgLanguage.cpp       |   41 +-
pgadmin/ui/dlgLanguage.xrc          |   19 +-
pgadmin/ui/xrcDialogs.cpp           |  884 +++++++++++++++++++----------------
8 files changed, 596 insertions(+), 460 deletions(-)


pgadmin-hackers by date:

Previous
From: Clemens Eisserer
Date:
Subject: Limit the size of explainPopup
Next
From: Dave Page
Date:
Subject: Re: Re: PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX