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 1p8pin-0007hI-FS for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Dec 2022 21:36:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p8pil-0003t7-GQ for pgsql-hackers@arkaria.postgresql.org; Fri, 23 Dec 2022 21:36:51 +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 1p8pil-0003sx-3S for pgsql-hackers@lists.postgresql.org; Fri, 23 Dec 2022 21:36:51 +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 1p8pig-0007BW-0e for pgsql-hackers@lists.postgresql.org; Fri, 23 Dec 2022 21:36:50 +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 2BNKY9TD015572; Fri, 23 Dec 2022 21:34:10 +0100 DKIM-Filter: OpenDKIM Filter v2.11.0 sid.nimrod.no 2BNKY9TD015572 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nimrod.no; s=n20181209; t=1671827650; bh=HpT+ZxALqJeMCfWcLt2Ru1e0vlRY+6albsN4uffYwmo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=P/clZfiY4f6bWvFDrLMVlYlX1hWzfjdwuf2TX1mn56xetHZnY4s+88dR6Mk/jJ1mg ikE0N6hF/KD0p96POba1/Im+SYoklCJtjvPETLoVBhIqtAwzcL0D4V3lxT6ffYdcC7 016j2QJtM9g/v9+Q5nsx0E2nYKMCSzQ+rPTPy2R7q0auw894rGPUis1zxAhbsT8Yts Wpior6oxUoCktOMvhV3wyJH17SWxOFADDeg7xjXJeCPfQlM1GNQAHtl5bVpSzzdvRj QMacdvv8gdzy+IsH4OclTw3ptbYPTSniCHzNOPH7SaZyLZ5xAV+E0Vl5a7iVqFb9Tp qIV1XM8OgGDcg== From: Dag Lem To: Andres Freund Cc: PostgreSQL Hackers , Thomas Munro , Julien Rouhaud Subject: Re: daitch_mokotoff module Organization: Nimrod References: <20220103191609.s3gendov5hecml7g@alap3.anarazel.de> <20221207185656.nlaj2o5kcbgbadcp@awork3.anarazel.de> <20221223112207.m3p4ea5ph6auz74q@alap3.anarazel.de> Date: Fri, 23 Dec 2022 21:34:09 +0100 In-Reply-To: <20221223112207.m3p4ea5ph6auz74q@alap3.anarazel.de> (Andres Freund's message of "Fri, 23 Dec 2022 03:22:07 -0800") 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 Andres Freund writes: > On 2022-12-22 14:27:54 +0100, Dag Lem wrote: >> This should hopefully fix the last Cfbot failures, by exclusion of >> daitch_mokotoff.h from headerscheck and cpluspluscheck. > > Btw, you can do the same tests as cfbot in your own repo by enabling CI > in a github repo. See src/tools/ci/README > OK, thanks, I've set it up now. Best regards, Dag Lem