pg-migrator - pg_migrator: Improve tsvector conversion script.
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)
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
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. +
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/nullbut 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. +
Import Notes
Reply to msg id not found: | Resolved by subject fallback
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.