Re: Bugs/slowness inserting and indexing cubes
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, pgsql-hackers@postgresql.org, Jay Levitt <jay.levitt@gmail.com>, Robert Haas <robertmhaas@gmail.com>
Date: 2012-02-20T08:54:49Z
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 →
-
pg_dump: Further reduce reliance on global variables.
- 1631598ea204 9.2.0 cited
-
Fix postmaster to attempt restart after a hot-standby crash.
- ef19c9dfaa99 9.1.3 cited
Attachments
- gist_build_fix.patch (text/x-patch) patch
On Wed, Feb 15, 2012 at 7:28 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Alexander Korotkov <aekorotkov@gmail.com> writes: > > On Wed, Feb 15, 2012 at 4:26 PM, Heikki Linnakangas < > > heikki.linnakangas@enterprisedb.com> wrote: > >> So, I think we should go with your original fix and simply do nothing in > >> gistRelocateBuildBuffersOnSpli**t() if the page doesn't have a buffer. > > > I agree. > > OK, I won't object. > So, I think we can just commit first version of fix now. ------ With best regards, Alexander Korotkov.