Re: SSI bug?

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <drkp@csail.mit.edu>,"YAMAMOTO Takashi" <yamt@mwd.biglobe.ne.jp>
Cc: <heikki.linnakangas@enterprisedb.com>, <pgsql-hackers@postgresql.org>
Date: 2011-04-07T15:21:21Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Update key words table for 9.1

  2. Documented some ecpg command line options that were missing:

YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> wrote:
 
> LOG:  could not truncate directory "pg_serial": apparent
> wraparound
 
Did you get a warning with this text?:
 
memory for serializable conflict tracking is nearly exhausted
 
If not, there's some sort of cleanup bug to fix in the predicate
locking's use of SLRU. It may be benign, but we won't really know
until we find it.  I'm investigating.
 
-Kevin