pg-migrator - pg_migrator: Improve tsvector conversion script.

Started by Nonameabout 17 years ago5 messagescomitters
Jump to latest
#1Noname
bmomjian@pgfoundry.org

Log Message:
-----------
Improve tsvector conversion script.

Modified Files:
--------------
pg_migrator/src:
version.c (r1.16 -> r1.17)
(http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fpg-migrator%2Fpg_migrator%2Fsrc%2Fversion.c%3Fr1%3D1.16%26r2%3D1.17)

#2Michael Glaesemann
grzm@seespotcode.net
In reply to: Noname (#1)
Re: pg-migrator - pg_migrator: Improve tsvector conversion script.

At one time I believe pgfoundry project commit emails included an X-
PgFoundry flag. This was helpful for filtering. I notice that this
email does not have one. Has something changed wrt the commit emails?

Michael Glaesemann
grzm seespotcode net

On May 31, 2009, at 16:25 , User Bmomjian wrote:

Show quoted text

Log Message:
-----------
Improve tsvector conversion script.

Modified Files:
--------------
pg_migrator/src:
version.c (r1.16 -> r1.17)
(http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fpg-
migrator%2Fpg_migrator%2Fsrc%2Fversion.c%3Fr1%3D1.16%26r2%3D1.17)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Bruce Momjian
bruce@momjian.us
In reply to: Michael Glaesemann (#2)
Re: pg-migrator - pg_migrator: Improve tsvector conversion script.

Michael Glaesemann wrote:

At one time I believe pgfoundry project commit emails included an X-
PgFoundry flag. This was helpful for filtering. I notice that this
email does not have one. Has something changed wrt the commit emails?

I think you are correct; something has changed. I have this procmail
rule:

:0
* ^X-PgFoundry:
* ^X-Mailing-List: pgsql-committers
* ! X-PgFoundry: pg-migrator
/dev/null

but I don't see the X-PgFoundry tag anymore in the email headers.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#4Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#3)
Re: pg-migrator - pg_migrator: Improve tsvector conversion script.

bruce wrote:

Michael Glaesemann wrote:

At one time I believe pgfoundry project commit emails included an X-
PgFoundry flag. This was helpful for filtering. I notice that this
email does not have one. Has something changed wrt the commit emails?

I think you are correct; something has changed. I have this procmail
rule:

:0
* ^X-PgFoundry:
* ^X-Mailing-List: pgsql-committers
* ! X-PgFoundry: pg-migrator
/dev/null

but I don't see the X-PgFoundry tag anymore in the email headers.

Here is what I am using now for procmail:

# remove pgfoundry commits, except pg_migrator
:0
* ^X-Mailing-List: pgsql-committers
* ^From:.*@pgfoundry.org\>
* !^Subject:.*\<pg-migrator\>
/dev/null

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

#5Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Bruce Momjian (#3)
Re: pg-migrator - pg_migrator: Improve tsvector conversion script.

Bruce Momjian wrote:

Michael Glaesemann wrote:

At one time I believe pgfoundry project commit emails included an X-
PgFoundry flag. This was helpful for filtering. I notice that this
email does not have one. Has something changed wrt the commit emails?

I think you are correct; something has changed. I have this procmail
rule:

I have poked Marc and he has fixed this.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.