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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6275 - in trunk/pgadmin3/pgadmin: . db include include/parser utils
Date: 2007-05-09 07:59:56
Message-ID: 200705090759.l497xurK022430@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 PostgreSQL source, 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-05-09 08:24:56 Re: build environment
Previous Message Guillaume Lelarge 2007-05-09 07:31:19 Re: build environment