Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u4vZX-009XiM-MT for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Apr 2025 05:44:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1u4vZU-0074nC-Vh for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Apr 2025 05:44:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u4vZU-0074n4-LH for pgsql-hackers@lists.postgresql.org; Wed, 16 Apr 2025 05:44:29 +0000 Received: from forwardcorp1d.mail.yandex.net ([2a02:6b8:c41:1300:1:45:d181:df01]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u4vZR-000L9U-33 for pgsql-hackers@lists.postgresql.org; Wed, 16 Apr 2025 05:44:29 +0000 Received: from mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:ca1:0:640:740c:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id A496B61694; Wed, 16 Apr 2025 08:44:25 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6b8:b081:7229::1:1]) by mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net (smtpcorp/Yandex) with ESMTPSA id OiAU082FU8c0-Gpzq99db; Wed, 16 Apr 2025 08:44:25 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1744782265; bh=hSruyWiYNFtyOZRAtvFZHkKHSge5ABrATxB69CkC4zQ=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=LrThUH/ydsfXE0XhY/nHm/oVmFhOyA9R9xvYlHB44lIhdnJxd50D8SW7M2Q0oxk2B b8mUt0WjdKPYCcSfd9omoGsnG7w5Y7wJ3Olj7JvXeG91xlfNDFyroiHtb8ZyElCQPm q3HxwnqD2PKuGH8VTeC1W1W1NwqUO7mFKm+b0ECM= Authentication-Results: mail-nwsmtp-smtp-corp-main-80.iva.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\)) Subject: Re: Built-in Raft replication From: Andrey Borodin In-Reply-To: Date: Wed, 16 Apr 2025 10:44:13 +0500 Cc: Tom Lane , Konstantin Osipov , Greg Sabino Mullane , Nikolay Samokhvalov , PostgreSQL Hackers Content-Transfer-Encoding: 7bit Message-Id: References: <1798838.1744759182@sss.pgh.pa.us> <20FB597F-641F-48F8-8428-D8DDBA802D58@yandex-team.ru> <1832513.1744777613@sss.pgh.pa.us> <0ED408AD-2209-4D60-9142-B6D01DD0C46F@yandex-team.ru> To: Kirill Reshke X-Mailer: Apple Mail (2.3776.700.51) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 16 Apr 2025, at 10:39, Kirill Reshke wrote: > > You can run bash from extension, what's the point? You cannot run bash that will stop backend running bash. Best regards, Andrey Borodin.