Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id EA19BB5DBDA for ; Mon, 13 Jun 2011 13:26:14 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 78576-08 for ; Mon, 13 Jun 2011 16:26:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ey0-f174.google.com (mail-ey0-f174.google.com [209.85.215.174]) by mail.postgresql.org (Postfix) with ESMTP id E64D3B5DBC6 for ; Mon, 13 Jun 2011 13:26:07 -0300 (ADT) Received: by eyx24 with SMTP id 24so1657201eyx.19 for ; Mon, 13 Jun 2011 09:26:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=RMXgQKptxzQ57lwV7QbXznqSn4voo2V/ElhPPkjutwY=; b=w+XyYX7mBkIT3iSN3EtxitvgPsquhXy766C9HJqAgHmiS7/4wU9YjN4z3+sziNfqHz 9lLiVIRPc3uv/gr7QEpF3PNwdOh1wc2syv3kBSwUJ5Z7acd/B9YspvsN7ZQ8SvnREAHs J9ZiOuWKNmftPfSl2piif8m5uv2uEdAyg6X2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fspMXqkvHNwlE4TTuXdbSCYuPc3ChLRql7zuVDKXS2oZ4WQHqGwnaCuvNMYk6GHXYL ngswEycZwqFSQ7ZbLMQaTjwJf+XxS06MHZlSxh9v09oDOe7yG4aoD456tVlsEEJoL5Zu psQcNCf5QFxhptqoUYh2n3hPhdMu0b1hxtnpE= MIME-Version: 1.0 Received: by 10.14.100.202 with SMTP id z50mr2506738eef.215.1307982363178; Mon, 13 Jun 2011 09:26:03 -0700 (PDT) Received: by 10.14.96.4 with HTTP; Mon, 13 Jun 2011 09:26:03 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Jun 2011 12:26:03 -0400 Message-ID: Subject: Re: synchronous_standby_names and hot_standby_feedback From: Robert Haas To: Fujii Masao Cc: pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.002 tagged_above=-5 required=5 tests=FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201106/40 X-Sequence-Number: 6814 On Mon, Jun 13, 2011 at 6:29 AM, Fujii Masao wrote: > The GucContext of synchronous_standby_names and hot_standby_feedback > is PGC_SIGHUP, so the following should be added into the explanations about > those parameters. Attached patch does that. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company