Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSk3h-0001Ex-7p for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Feb 2023 19:36:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSk3f-0003D2-Vj for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Feb 2023 19:36:43 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSk3f-0003Cj-Lt for pgsql-hackers@lists.postgresql.org; Thu, 16 Feb 2023 19:36:43 +0000 Received: from mail-ed1-f52.google.com ([209.85.208.52]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pSk3d-0001o9-Co for pgsql-hackers@lists.postgresql.org; Thu, 16 Feb 2023 19:36:42 +0000 Received: by mail-ed1-f52.google.com with SMTP id fj20so6974996edb.1 for ; Thu, 16 Feb 2023 11:36:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=6LrqF1Zigw+/W+l5f6MDZdvj0kVqvTc3cWPyBelnd+Q=; b=EnFZteno4DCr+ZA1J+IR2QHwq+26ANh3m5FV1Wnlkw7HgZX2sTE5f1GHePwsh7VCco k4SPAuNXpCZnJBt0cWEbrhBRHKoBaOWCqZ9Zd7VqvB4j3vSlUYq3vLaTaVmI/2LBGVGU X4A8rapeY+9ZRNZpjql/XA5lOfOb5o7CjcJVqqzO9XxxGG6uDIafRC5qHB+9RRTcHQaB Skvkn+AUMVslCndtUAJfilN0i6/5cC8WMAe5eaNtj0WbkFrkyhV2uQ/teYofyoJAZ757 qkJDi4CAHsSIaV826sevvRCfYu0krOGQIZjJnfCjvD+XIbee1SKosjUO9AWcavMiIw3C J7cQ== X-Gm-Message-State: AO0yUKXCNjUIvc6SutExmAiCKRsslSgAS+Duly0kkMg/vMpcwroVM63O g+25AKaJKdTgBmMvNVhTBDCM6w== X-Google-Smtp-Source: AK7set9+85Iyx8YcVNcfSPs5UwA50FZ6niQTr3Pi7/xxdi8Q+rAxJM6dAPfWtLVcmtU8/e7Rj7lWXw== X-Received: by 2002:a05:6402:3446:b0:4ab:4641:55fb with SMTP id l6-20020a056402344600b004ab464155fbmr6407547edc.42.1676576199491; Thu, 16 Feb 2023 11:36:39 -0800 (PST) Received: from [192.168.0.20] ([217.70.140.202]) by smtp.gmail.com with ESMTPSA id u8-20020a509508000000b004ad61135698sm945974eda.13.2023.02.16.11.36.38 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 16 Feb 2023 11:36:38 -0800 (PST) Message-ID: <2e142f0c-821c-5760-4973-45ed06946259@pgug.de> Date: Thu, 16 Feb 2023 20:36:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: Make ON_ERROR_STOP stop on shell script failure Content-Language: en-GB From: Andreas 'ads' Scherbaum To: Matheus Alcantara , bt22nakamorit Cc: Fujii Masao , Kyotaro Horiguchi , pgsql-hackers@lists.postgresql.org References: <20220916.173035.322733707258561235.horikyota.ntt@gmail.com> <4c61d434cb72b2237b3279797b2a387f@oss.nttdata.com> <8a022f2c8de93ea79116f0b7eb42248a@oss.nttdata.com> <3f489f1f-3f91-8a98-4cf3-bad7ff037dc2@oss.nttdata.com> <1de37597cb5050b6d3d76def2826dcd4@oss.nttdata.com> <17e7da013164ab7f514e49e5715e6d0a@oss.nttdata.com> <54747ca4-9c8d-8eb5-9c59-802ef6568810@pgug.de> In-Reply-To: <54747ca4-9c8d-8eb5-9c59-802ef6568810@pgug.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 16/02/2023 20:33, Andreas 'ads' Scherbaum wrote: > On 23/11/2022 00:16, Matheus Alcantara wrote: >> ------- Original Message ------- >> On Tuesday, November 22nd, 2022 at 20:10, bt22nakamorit >> wrote: >> >> >>> There was a mistake in the error message for \! so I updated the patch. >>> >>> Best, >>> Tatsuhiro Nakamori >> Hi >> >> I was checking your patch and seems that it failed to be applied into >> the >> master cleanly. Could you please rebase it? > > Was also looking into this patch. > > Tatsuhiro: can you please send a rebased version? The email address is bouncing. That might be why ... -- Andreas 'ads' Scherbaum German PostgreSQL User Group European PostgreSQL User Group - Board of Directors Volunteer Regional Contact, Germany - PostgreSQL Project