SVN Commit by dpage: r6275 - in trunk/pgadmin3/pgadmin: . db include include/parser utils - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r6275 - in trunk/pgadmin3/pgadmin: . db include include/parser utils
Date
Msg-id 200705090759.l497xurK022430@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage

Date: 2007-05-09 07:59:56 +0000 (Wed, 09 May 2007)

New Revision: 6275

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6275&view=rev

Log:
Reduce the imported keyword related code from PostgreSQL to the bare minimum to avoid potential problems on some
compilers.Everything we is now in keywords.c and keywords.h - it'll take a little more effort to update form the
PostgreSQLsource, but it's still only a few minutes work. 


Removed:
   trunk/pgadmin3/pgadmin/include/nodes/
   trunk/pgadmin3/pgadmin/include/parser/parse.h
Modified:
   trunk/pgadmin3/pgadmin/db/keywords.c
   trunk/pgadmin3/pgadmin/include/module.mk
   trunk/pgadmin3/pgadmin/include/parser/keywords.h
   trunk/pgadmin3/pgadmin/include/parser/module.mk
   trunk/pgadmin3/pgadmin/pgAdmin3.vcproj
   trunk/pgadmin3/pgadmin/utils/misc.cpp

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: build environment
Next
From: Dave Page
Date:
Subject: Re: build environment