Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1jEdea-0003nN-WA for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Mar 2020 18:42:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1jEdeZ-0005Tw-RM for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Mar 2020 18:42:55 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1jEdeZ-0005To-Ex for pgsql-hackers@lists.postgresql.org; Wed, 18 Mar 2020 18:42:55 +0000 Received: from mail-qv1-xf43.google.com ([2607:f8b0:4864:20::f43]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jEdeX-0000rF-B5 for pgsql-hackers@postgresql.org; Wed, 18 Mar 2020 18:42:54 +0000 Received: by mail-qv1-xf43.google.com with SMTP id m2so13453711qvu.13 for ; Wed, 18 Mar 2020 11:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=NYVGrUQ3U5/2LWk9CoZ/Px80lG8/dooMkoYcslzhaSM=; b=kgP7jUveG4tFA3vpe7xe+FICqkQ7x/EifEZQeqUEsGxwFiX41fZjJqaSOAc/fAqD7z RritbIk/OYPRlI8Xn8MD8hAKSjH1TjYMAIia70/Rm/sGPIM6OxeFVc9FsXv0usTObyFN QFj41FAoAP69AYRYGD3elN0+0yxwIqcyg+Wp0Ff3v6/iGZwHjPyoUP7+/ID39r/ti55B MCHAQszCSzSWC0GXIYX8YTOIW5wfgC+Ak2odTgQunqjEQtoA98kC6AaAtDngSCJ/RbnU SSf48HnRHb+pT5+bXeC/zH+fIw0HQYzqPhzjeHMYXx7BdlA0cZjWqXM/NU18ybj7rbAH FmXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=NYVGrUQ3U5/2LWk9CoZ/Px80lG8/dooMkoYcslzhaSM=; b=dgyefPtdB9FRcJUI4+hiTxsKYOj3L8OHAVouL7Rmt3L27nrys6u4+/8OHlWNKhP4nU fa8KyC5ot08jrMoOygrKjD2o0jJaNW2mp/dQB7/ElkSPB7gLb45kffvqDOOJHSChlmQb tjWmkm28o8A+SF7K5xV31FPjJNgAwpPb1rryTNSiz4isRVZfcynWXfhjmT3hBPoWp4GI q/cH5qhjzsdirV6QO+qVwPA/WBuzZPdAxM1Am5qMKcb28Ewea7hh7KZZ/VYbLpP5SrCu JuB4+6KxbqMzsjRb4KvRZ+W1n5GPUNGAdC2x3eri7YypYIk4OKBldXt51lsjNQQHmm9B M25g== X-Gm-Message-State: ANhLgQ0S2Fq0h+t1GKP0eQMI0zh27mGWtxSj/aOE65Fvoyubn9FjyypP wkq/Wp5D8CT/4IHnOO06avobotPsSZ4= X-Google-Smtp-Source: ADFU+vsSe482kbrFP2P6zryu4H5O4EY318RGC5HxATSFvtWeHXadp/kr59GLn5yUbvohCWn4AOS4wQ== X-Received: by 2002:ad4:45e9:: with SMTP id q9mr5722969qvu.199.1584556971989; Wed, 18 Mar 2020 11:42:51 -0700 (PDT) Received: from nimloth.alvh.no-ip.org ([201.186.208.119]) by smtp.gmail.com with ESMTPSA id u15sm5383632qte.91.2020.03.18.11.42.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Mar 2020 11:42:51 -0700 (PDT) Received: by nimloth.alvh.no-ip.org (Postfix, from userid 1000) id 42825300819; Wed, 18 Mar 2020 15:42:49 -0300 (-03) Date: Wed, 18 Mar 2020 15:42:49 -0300 From: Alvaro Herrera To: Amit Khandekar Cc: Rahila Syed , pgsql-hackers Subject: Re: Minimal logical decoding on standbys Message-ID: <20200318184249.GA29007@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200318182946.GA27596@alvherre.pgsql> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2020-Mar-18, Alvaro Herrera wrote: > There were conflicts again, so I rebased once more. Didn't do anything > else. This compiles fine, but tests seem to hang forever with no output. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services