Re: SSI bug?
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Dan Ports" <drkp@csail.mit.edu>, "YAMAMOTO Takashi" <yamt@mwd.biglobe.ne.jp>, <pgsql-hackers@postgresql.org>
Date: 2011-03-18T21:57:32Z
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 →
-
Simplify list traversal logic in add_path().
- a2eb9e0c08ee 9.1.0 cited
-
Update docs about new role privileges reference, per Alvaro.
- ede45e90dd19 9.1.0 cited
Attachments
- htab-excess-warning.patch (text/plain) patch
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> wrote: > I'm still looking at whether it's sane to try to issue a warning > when an HTAB exceeds the number of entries declared as its > max_size when it was created. I think this does it. If nothing else, it might be instructive to use it while testing the SSI patch. Would it make any sense to slip this into 9.1, or should I add it to the first 9.2 CF? -Kevin