Re: SVN Commit by hiroshi: r6053 - in trunk/pgadmin3/pgadmin: db include/parser

Lists: pgadmin-hackers
From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by hiroshi: r6053 - in trunk/pgadmin3/pgadmin: db include/parser
Date: 2007-03-13 16:33:37
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

Author: hiroshi

Date: 2007-03-13 16:33:37 +0000 (Tue, 13 Mar 2007)

New Revision: 6053

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

Log:
Keywords and parser applied pg version 8.2.

Modified:
trunk/pgadmin3/pgadmin/db/keywords.c
trunk/pgadmin3/pgadmin/include/parser/parse.h


From: Dave Page <dpage(at)postgresql(dot)org>
To: Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: SVN Commit by hiroshi: r6053 - in trunk/pgadmin3/pgadmin: db include/parser
Date: 2007-03-13 16:49:04
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-hackers

svn(at)pgadmin(dot)org wrote:
> Author: hiroshi
>
> Date: 2007-03-13 16:33:37 +0000 (Tue, 13 Mar 2007)
>
> New Revision: 6053
>
> Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6053&view=rev
>
> Log:
> Keywords and parser applied pg version 8.2.
>
>
>
> Modified:
> trunk/pgadmin3/pgadmin/db/keywords.c
> trunk/pgadmin3/pgadmin/include/parser/parse.h

Why didn't you update nodes/parsenodes.h and parser/keywords.h as well?
We should keep them all in sync.

/D