Re: [DOCS] storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

2015-10-01 Thread Michael Paquier
On Thu, Oct 1, 2015 at 11:14 PM, Fujii Masao wrote: > Applied. Thanks! > Thanks! -- Michael

Re: [DOCS] max_worker_processes on the standby

2015-10-01 Thread Fujii Masao
On Fri, Oct 2, 2015 at 3:12 AM, Alvaro Herrera wrote: > Fujii Masao wrote: > >> I've not read the patch yet, but the patched server with >> track_commit_timestamp >> enabled caused the following PANIC error when I ran pgbench. > > Ah, that was a stupid typo: I used || instead of &&. Fixed that.

Re: [DOCS] max_worker_processes on the standby

2015-10-01 Thread Alvaro Herrera
Fujii Masao wrote: > I've not read the patch yet, but the patched server with > track_commit_timestamp > enabled caused the following PANIC error when I ran pgbench. Ah, that was a stupid typo: I used || instead of &&. Fixed that. I also changed DeactivateCommitTs() so that it removes all slru

Re: [DOCS] storage.sgml mentioning htup.h when referring to HeapTupleHeaderData

2015-10-01 Thread Fujii Masao
On Sat, Sep 26, 2015 at 8:44 PM, Michael Paquier wrote: > Hi all, > > I found the following mistake in the docs while looking at another patch: > diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml > index 0153b08..164d08c 100644 > --- a/doc/src/sgml/storage.sgml > +++ b/doc/src/sgm

Re: [DOCS] max_worker_processes on the standby

2015-10-01 Thread Fujii Masao
On Thu, Oct 1, 2015 at 7:48 AM, Alvaro Herrera wrote: > oonish...@nttdata.co.jp wrote: > >> The below error messages were shown in standby server log: >> >> FATAL: could not access status of transaction 9009 >> DETAIL: Could not read from file "pg_commit_ts/" at offset 90112: >> Success. >>