Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZDUTn-0004I7-35 for pgsql-docs@arkaria.postgresql.org; Fri, 10 Jul 2015 09:20:23 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZDUTm-0001iL-K8 for pgsql-docs@arkaria.postgresql.org; Fri, 10 Jul 2015 09:20:22 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZDUTl-0001i7-Pc for pgsql-docs@postgresql.org; Fri, 10 Jul 2015 09:20:21 +0000 Received: from nm26-vm2.bullet.mail.sg3.yahoo.com ([106.10.151.113]) by makus.postgresql.org with esmtps (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZDUTi-0006sw-Af for pgsql-docs@postgresql.org; Fri, 10 Jul 2015 09:20:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s2048; t=1436520015; bh=rmbK54OCTbK5Nz/syyT5eSVQJmo7mPVwPXVhBS8QZE4=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=rvp8HE2w3B0sUH7KDFtL4VEr/bZJQ7vrePXnvoeiLFHZLTFKC347pwGb0iB+MbPyTUXt0qbXa8sNsNzXS566cg+giR10FpgV35VYQykY4Pr3h1vY2EzYPuZj/fvKicGCBZ3W8azZi2Hg/PCkf1Fdxz+U/kflT1wbZ6TFCYdmc0h+4hl1VhbWLfc9YLHwlVX1s6GsgjamBZ/zxri8hWZAcu0C08wCL3v/6jo3J8oAmGWlNQ26mJdeooJHt6qDkZlkf0yCdS7OHmsntc8sOdJAVFBHL1jHj1vhZ8J4UsiJvFaj/yif2L2fqdjzF1/gbIPMfsW523DGRSkbyvDcQdtjGg== Received: from [106.10.166.62] by nm26.bullet.mail.sg3.yahoo.com with NNFMP; 10 Jul 2015 09:20:15 -0000 Received: from [106.10.150.25] by tm19.bullet.mail.sg3.yahoo.com with NNFMP; 10 Jul 2015 09:20:14 -0000 Received: from [127.0.0.1] by omp1026.mail.sg3.yahoo.com with NNFMP; 10 Jul 2015 09:20:14 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 849763.32561.bm@omp1026.mail.sg3.yahoo.com X-YMail-OSG: WNYxVoIVM1kiyGiBqMu6sD5aj0uueXINy5yclcFFZEY.Ho9refW2OecWJ8.aT6I yJfZ7mHT.f22Rfa3CpuE_2FQwXx9eFhdB_fdKCi_c4nV9619r.m6RiLEso6reVeJL433HRxgNHwg _374.Gi2CZeSwrCn8pK6T_oQMju1s.XSrrYQTTy.fjJ9gjj9tzGUny_WTWYpScf7hPg.PoJj4MLg u4PpaVP5L8hKwwyzQlAqSjpz4P94Oy1EG0NJpwhNYNVmUoh8Cj_JYwryWHmuazozfN61tYb_n5bd WX.TeGyVYckFtuAj8yLH.6s01xOP7c4bYX4y9C3Xt7K0Rg5szQaXFgfV1mZNpwGt4d3N6amMBb2y eZrN4O.ueGomfzVDUMxBbNoV_tV7mJK5Xlv5Ddq4My02Ak4w4crCmId4AT5XQf4UR2ZhY6I.IVA6 wBirUwKT.z8KdTiYruwxQ42XzwvYzGmTmPtu0oO5uCSx5cg_mvNjkWhEODmZUEwPzX8.r7jYy.Lf o4I_ufMYY1y4c8Qw- Received: by 106.10.196.181; Fri, 10 Jul 2015 09:20:14 +0000 Date: Fri, 10 Jul 2015 09:20:11 +0000 (UTC) From: amul sul Reply-To: amul sul To: "pgsql-docs@postgresql.org" Message-ID: <1193014386.1618270.1436520011274.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <1869181647.1627666.1436519928292.JavaMail.yahoo@mail.yahoo.com> References: <1869181647.1627666.1436519928292.JavaMail.yahoo@mail.yahoo.com> Subject: typo in synchronous_commit description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Length: 461 X-Pg-Spam-Score: -0.1 (/) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Hi, synchronous_commit description in document[1] : When off, there can be a delay between when success is reported to the client and when the transaction is really guaranteed to be safe against a server crash. If I am not misunderstood, I guess it should be *When on* instead of *When off* here? [1] Doc link : http://www.postgresql.org/docs/<9.5,9.4,9.3,9.2,9.1,9.0,8.4>/static/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT Regards, Amul Sul -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs