regex cache - Mailing list pgsql-hackers

From Josh Berkus
Subject regex cache
Date
Msg-id 200806171826.48355.josh@agliodbs.com
Whole thread Raw
Responses Re: regex cache  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Folks,

I'm doing some analysis of PostgreSQL site traffic, and am being frequently 
hung up by the compile-time-fixed size of our regex cache (32 regexes, per 
MAX_CACHED_RES).  Is there a reason why it would be hard to use work_mem 
or some other dynamically changeable limit for regex caching?  

-- 
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: sh -> pl
Next
From: Tom Lane
Date:
Subject: Re: pg_dump fails to include sequences, leads to restore fail in any version