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 1pF6C4-0002q5-GZ for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Jan 2023 04:25:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pF6C3-00066W-0E for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Jan 2023 04:24:59 +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 1pF6C2-00066G-N2 for pgsql-hackers@lists.postgresql.org; Tue, 10 Jan 2023 04:24:58 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pF6Bw-0003dl-Ck for pgsql-hackers@lists.postgresql.org; Tue, 10 Jan 2023 04:24:57 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 30A4OmJa204605; Mon, 9 Jan 2023 23:24:48 -0500 From: Tom Lane To: "Hayato Kuroda (Fujitsu)" cc: "'vignesh C'" , "pgsql-hackers@lists.postgresql.org" , =?utf-8?B?w5ZuZGVyIEthbGFjxLE=?= , Fujii Masao , "Shinya11.Kato@oss.nttdata.com" , Kyotaro Horiguchi Subject: Re: [Proposal] Add foreign-server health checks infrastructure In-reply-to: References: <20221206182638.w3vrfal4qix4hf2w@awork3.anarazel.de> Comments: In-reply-to "Hayato Kuroda (Fujitsu)" message dated "Tue, 10 Jan 2023 03:56:59 +0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <204603.1673324688.1@sss.pgh.pa.us> Date: Mon, 09 Jan 2023 23:24:48 -0500 Message-ID: <204604.1673324688@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "Hayato Kuroda (Fujitsu)" writes: > Thanks for reporting. PSA rebased version. > These can be applied work well on my HEAD(bd8d45). I think that it's a really bad idea to require postgres_fdw.sql to have two expected-files: that will be a maintenance nightmare. Please put whatever it is that needs a variant expected-file into its own, hopefully very small and seldom-changed, test script. Or rethink whether you really need a test case that has platform-dependent output. regards, tom lane