Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fup2u-0008F5-EY for pgsql-docs@arkaria.postgresql.org; Wed, 29 Aug 2018 01:13:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fup2r-0004ZG-E7 for pgsql-docs@arkaria.postgresql.org; Wed, 29 Aug 2018 01:13:17 +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.89) (envelope-from ) id 1fup2p-0004Z8-Ow for pgsql-docs@lists.postgresql.org; Wed, 29 Aug 2018 01:13:17 +0000 Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fup2l-0005gB-2c for pgsql-docs@postgresql.org; Wed, 29 Aug 2018 01:13:14 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 9C73021AFB; Tue, 28 Aug 2018 21:13:09 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Tue, 28 Aug 2018 21:13:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=anarazel.de; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=9hvG9wi1RtCrJNVxCdZTwtHoyl72btP+O2YxiQmrLoE=; b=avFiBjXr YrBDfIQ15VobmA97w2rpMSmQ+yQFTBQrYh1cDt3zI6qIk2B9QSInaACa7caI5Jrp YA6LjK17oBsV9YnRkPT0f73J/hLJE0jEbAumC/5fPsP1Xb4TMQRe/U9QSNbkfTLN SlBXNrHtI1RIvocsTlc0Bf5u9zhBOW1IfWF97bZXhVrwLDDg/ofTlLI8zkk/0NJv X3VVCxXUndwqlfratgbxHfVXpZ53TC4HbbcniVzpqXThUnjcs8yBAG1Kjv8ve0ay i1KNEVzfu7s7GCbdpzb/acvUynpb/UHc8w27ntXn0zGykZ9cL2xljZLDUNxaujOV 5073NGdfTycYSg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=9hvG9wi1RtCrJNVxCdZTwtHoyl72b tP+O2YxiQmrLoE=; b=CltwWDeLq/Qq0u6T9/g4HYU457M5DeaXBuPfRSlf0j8dC gOFJsoTn+eizSOvm9vg1ufsj9DYiRSb7tpjY+zwt0CMaFhkEfn7RluEC46G8oG6h RqmUU1PGYLeTNKBOyXZmIKw3JQl3LBh4RyGfgRpw3dyORH9NvS/fTDrzcYHl2suQ 31YBQi8TFLDFwetHgJwpDuhxWU8X5TrA/QEm62NS3J6GV8HeAq2VVVSF9aOM5w2w SIwn8n78MgAc5Im1nV2C2yU3TlGTOTT3BUnRnv14c2WtLOAYJa5zxOq8VwGM48on 2aEVHb2/z43APkVgw1nG+kemL1HWk2K37+yXjO27g== X-ME-Proxy: X-ME-Sender: Received: from intern.anarazel.de (unknown [153.150.250.176]) by mail.messagingengine.com (Postfix) with ESMTPA id D1FC9E4015; Tue, 28 Aug 2018 21:13:08 -0400 (EDT) Date: Tue, 28 Aug 2018 18:13:06 -0700 From: Andres Freund To: Magnus Hagander Cc: Alvaro Herrera , Pg Docs Subject: Re: retroactive pg10 relnotes: sequence changes Message-ID: <20180829011305.rmhkys75ej4ytngc@alap3.anarazel.de> References: <20180828163408.vl44nwetdybwffyk@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2018-08-28 19:02:06 +0200, Magnus Hagander wrote: > Looks reasonable to me. And I definitely think we should do it -- people > will be upgrading to 10 for years to come, so claiming it's too late is > definitely not correct. Please make sure to backpatch it to all branches carrying v10 release notes... Greetings, Andres Freund