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 1qnEaO-00AD7b-EO for pgsql-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:47:28 +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 1qnEaN-0003GJ-4M for pgsql-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:47:27 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnEaM-0003GB-MZ for pgsql-hackers@lists.postgresql.org; Mon, 02 Oct 2023 08:47:26 +0000 Received: from meesny.iki.fi ([195.140.195.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnEaJ-007kgU-Th for pgsql-hackers@lists.postgresql.org; Mon, 02 Oct 2023 08:47:25 +0000 Received: from [192.168.1.115] (dsl-hkibng22-54f8db-125.dhcp.inet.fi [84.248.219.125]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: hlinnaka) by meesny.iki.fi (Postfix) with ESMTPSA id 4RzZLy2B5jzyS4; Mon, 2 Oct 2023 11:46:48 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1696236410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BBszBULkZA7E6JLuT3wn5CSDPi7O0f+NZKZGARK7VjA=; b=COiKbWReBOhX92L/lw6hDfC0Ah8pN1xPmLr0pV3cMNtJA1Zc2q2ceExFRK/LjUGkxkYSOK xQxPmlR9ac6gwTKn3abw32M+1Kz04817Iav3H0ERar/CJiU0+t1oPMRL6ehuqH4HND1ie8 ohFYAwq8KzgXVWc/1RGZGMNfKNkWRb8= ARC-Seal: i=1; s=meesny; d=iki.fi; t=1696236410; a=rsa-sha256; cv=none; b=eRkb+dvFY0XfbgKt02hjEj4CGW7bRYtJWMZxvmirgkWuhCm8GJtapVjC2rLep7Yzt3gsAR h5cBqfqgOE4sKG/uV5tvd3MY3Jof2f+GchW6W2T6eUm+RB/6lX7LrUKrDwrLCV1lWKvKD2 iBNpb/for1njJ2XyCcqlA4GU996NIVY= ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=hlinnaka smtp.mailfrom=hlinnaka@iki.fi ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1696236410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BBszBULkZA7E6JLuT3wn5CSDPi7O0f+NZKZGARK7VjA=; b=c3c+OKqzUyI9ePAf1lbvwq78+udw9ZzC9L7z9tPAIGLEUTpXiRosGLsEHCeSqoP7YhWmgL BsP7pOQL3m0CGW+3US3sdnwvhYnQdX+Ywq0lzEOWvGy+/ZbUYQgsg3KRuSmMn9oBkqMPAV dgrcepH18AJh35hQj/AIQZxePGwSpBY= Message-ID: <9cf369a0-e41c-d39c-e804-a3b493fd723a@iki.fi> Date: Mon, 2 Oct 2023 11:46:48 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: TAP tests for psql \g piped into program Content-Language: en-US To: Daniel Verite , Peter Eisentraut Cc: pgsql-hackers@lists.postgresql.org References: <7f2c46ea-d378-4aba-8391-5ce0650f115c@manitou-mail.org> From: Heikki Linnakangas In-Reply-To: <7f2c46ea-d378-4aba-8391-5ce0650f115c@manitou-mail.org> 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 29/03/2023 21:39, Daniel Verite wrote: > Peter Eisentraut wrote: > >> So for your patch, I would just do the path adjustment ad hoc in-line. >> It's just one additional line. > > Here's the patch updated that way. Committed, thanks! -- Heikki Linnakangas Neon (https://neon.tech)