Re: Bugs/slowness inserting and indexing cubes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Korotkov <aekorotkov@gmail.com>
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-15T15:28:37Z
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
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. regards, tom lane