Re: PostgreSQL Developer meeting minutes up - Mailing list pgsql-hackers

From Robert Haas
Subject Re: PostgreSQL Developer meeting minutes up
Date
Msg-id 603c8f070905281729r6d08e211s803f78625c76ddf7@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL Developer meeting minutes up  (Aidan Van Dyk <aidan@highrise.ca>)
List pgsql-hackers
On Thu, May 28, 2009 at 3:56 PM, Aidan Van Dyk <aidan@highrise.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@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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg_migrator and an 8.3-compatible tsvector data type
Next
From: Robert Haas
Date:
Subject: Re: search_path vs extensions