From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Aidan Van Dyk <aidan(at)highrise(dot)ca> |
Cc: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Markus Wanner <markus(at)bluegap(dot)ch>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL Developer meeting minutes up |
Date: | 2009-05-29 00:29:40 |
Message-ID: | 603c8f070905281729r6d08e211s803f78625c76ddf7@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 28, 2009 at 3:56 PM, Aidan Van Dyk <aidan(at)highrise(dot)ca> wrote:
> Ok, so seeing the interest in having a "good conversion", I took a stab at
Awesome!
> Much better!!!
>
> The REL8_0_0 branch seem funny yet:
> src/backend/po/ru.po | 8416 ++++++++++------
> src/backend/parser/gram.c |12088 ------------------------
> src/interfaces/ecpg/preproc/pgc.c | 2887 -----
> src/interfaces/ecpg/preproc/preproc.c |16988 ----------------------------------
> 4 files changed, 5053 insertions(+), 35326 deletions(-)
>
> 3 files are in the REL8_0_0 conversion but not on the cvs branch anymore (but
> looking at the CVS ,v files, I'm partial to thinking there was probably some
> CVS file hackery around those versions), and it's missing an update to ru.po.
So we should probably look into fixing this...
> The other difference is the same line for REL8_2_STABLE/REL8_3_STABLE/master:
> aidan(at)db1-dapper:~/test/pg$ cat /tmp/pg-parsecvs-master.diff
> diff --git a/src/tools/backend/index.html b/src/tools/backend/index.html
> index ec2dcb8..846f002 100644
> --- a/src/tools/backend/index.html
> +++ b/src/tools/backend/index.html
> @@ -1,4 +1,4 @@
> -<!-- $PostgreSQL: pgsql/src/tools/backend/index.html,v 1.35 2006/03/11 04:38:41 momjian Exp $ -->
> +<!-- $PostgreSQL$ -->
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
>
> Inspecting $CVSROOT/pgsql/src/tools/backend/index.html,v shows it's actually
> got a strange $PostgreSQL$ tag:
>
> The tag came into existence here:
> 1.35
> log
> @Add CVS tag lines to files that were lacking them.
> @
> text
> @d1 1
> a1 1
> <!-- $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.314 2006/03/07 02:54:23 momjian Exp $ -->
> Note the bogus file name and version.
>
> And then it was updated once since then:
> 1.36
> log
> @Improve backend flowchart to show more detail.
> @
> text
> @<!-- $PostgreSQL: pgsql/src/tools/backend/index.html,v 1.35 2006/03/11 04:38:41 momjian Exp $ -->
...and this.
...Robert
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2009-05-29 00:32:14 | Re: search_path vs extensions |
Previous Message | Alvaro Herrera | 2009-05-29 00:26:01 | Re: pg_migrator and an 8.3-compatible tsvector data type |