Re: small but useful patches for text search - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: small but useful patches for text search
Date
Msg-id 200903270028.n2R0SsO19459@momjian.us
Whole thread Raw
In response to Re: small but useful patches for text search  (Robert Haas <robertmhaas@gmail.com>)
Responses Proper subject lines (was: small but useful patches for text search)  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-hackers
Robert Haas wrote:
> OK, I am all wet.  I now understand why the editing is the
> time-consuming part of this job.  On the plus side it is probably
> possible to parallelize it to some degree by splitting the list into N
> pieces after the "remove insignificant items" step.
> 
> With respect to this item:
> Disable appending of the epoch date/time when '%' escapes are missing
> in log_filename (Robert Haas)
> I might suggest explaining it this way:
> This change makes it easier to use PostgreSQL in conjunction with an
> external log rotation tool.
> 
> The following item uses "of" where it should say "if":
> Throw an error of an escape character is the last character in a LIKE
> pattern (nothing to escape) (Tom)

Thanks, I think Tom fixed that one already.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Bernd Helmle
Date:
Subject: Error message and infinite date and timestamp conversion in XML
Next
From: Bruce Momjian
Date:
Subject: Re: small but useful patches for text search