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 1n50N1-0002ku-B8 for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Jan 2022 07:06:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n50Mz-0006W8-FY for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Jan 2022 07:06:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n50Mz-0006Vz-2A for pgsql-hackers@lists.postgresql.org; Wed, 05 Jan 2022 07:06:01 +0000 Received: from sid.nimrod.no ([2001:8c0:9340:1::2]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n50Mt-0006N1-E9 for pgsql-hackers@lists.postgresql.org; Wed, 05 Jan 2022 07:06:00 +0000 Received: from sid.nimrod.no (sid.nimrod.no [195.139.160.2]) by sid.nimrod.no (8.14.7/8.14.7) with ESMTP id 20575jRR019823; Wed, 5 Jan 2022 08:05:46 +0100 DKIM-Filter: OpenDKIM Filter v2.11.0 sid.nimrod.no 20575jRR019823 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nimrod.no; s=n20181209; t=1641366348; bh=OHRI4e/0dncAt614aVspWJL7AiWa/40H79Goq9IFCyQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=V0oIJm92s6s85UCl89o/4Pt1ZkIRbbgKVlo2gsO9lZaGBLwFWjXocnsMn74k33pbW 7XooAgfwKqTTOTk7sMEUuiqPP/y2iU6l+EOfBTCf7aBCnXrFgCdo/tQE8g7wsRU+Dn TP14tJdM2AU3W/SYvOxNJyfF58hZGQ91cfXDnHpczc9j/+QP9TPOHYSLiw6v/EnXT4 SOXIQXc/ZU0iC50YCVy5o8Mm3Grh4GkDmLnwZzh5C/2OKoN3UdL9CqydC0AbY/Tdll pVhGRMGle19Vr7L0LmLXBkHXYZJyySBEEruOUM3cRSnWO6JKQH6vOAzllsuHqHR6SV G+JC3W1kDUDxQ== From: Dag Lem To: Thomas Munro Cc: Andres Freund , Tom Lane , PostgreSQL Hackers Subject: Re: daitch_mokotoff module Organization: Nimrod References: <0cac2d60-5b85-59c6-1ac1-77092b8688b7@enterprisedb.com> <20220102213150.y2tpuwqhruu5t2y5@alap3.anarazel.de> <3461033.1641177713@sss.pgh.pa.us> <20220103191609.s3gendov5hecml7g@alap3.anarazel.de> Date: Wed, 05 Jan 2022 08:05:45 +0100 In-Reply-To: (Thomas Munro's message of "Wed, 5 Jan 2022 09:18:56 +1300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Wed, Jan 5, 2022 at 2:49 AM Dag Lem wrote: >> However I guess this won't make any difference wrt. actually running the >> tests, as long as there seems to be an encoding problem in the cfbot > > Fixed -- I told it to pull down patches as binary, not text. Now it > makes commits that look healthier, and so far all the Unix systems > have survived CI: > > https://github.com/postgresql-cfbot/postgresql/commit/79700efc61d15c2414b8450a786951fa9308c07f > http://cfbot.cputube.org/dag-lem.html > Great! Dag