Re: pg_receivexlog add synchronous mode

From: <furuyao(at)pm(dot)nttdata(dot)co(dot)jp>
To: <furuyao(at)pm(dot)nttdata(dot)co(dot)jp>, <masao(dot)fujii(at)gmail(dot)com>
Cc: <andres(at)2ndquadrant(dot)com>, <pgsql-hackers(at)postgresql(dot)org>, <teranishih(at)nttdata(dot)co(dot)jp>
Subject: Re: pg_receivexlog add synchronous mode
Date: 2014-07-29 10:07:00
Message-ID: A9C510524E235E44AE909CD4027AE196BF7C70D171@MBX-MSG-SV03.msg.nttdata.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have improved the patch by making following changes:

1. Since stream_stop() was redundant, stream_stop() at the time of WAL file closing was deleted.

2. Change the Flash judging timing for the readability of source code.
I have changed the Flash judging timing , from the continuous message after receiving to
before the feedbackmassege decision of continue statement after execution.

Regards,

--
Furuya Osamu

Attachment Content-Type Size
pg_receivexlog-add-fsync-interval-v4.patch application/octet-stream 23.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-07-29 10:30:12 Re: Production block comparison facility
Previous Message Bruce Momjian 2014-07-29 09:42:34 Re: Is analyze_new_cluster.sh still useful?