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 1qt8xB-00B0xM-NS for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 15:59:25 +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 1qt8x9-005oRJ-Mt for pgsql-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 15:59:24 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qt8x9-005oQJ-Dg for pgsql-hackers@lists.postgresql.org; Wed, 18 Oct 2023 15:59:24 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qt8x5-001O8S-Kl for pgsql-hackers@lists.postgresql.org; Wed, 18 Oct 2023 15:59:23 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:b7d0:f584:a987:bc23]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4S9bBb5mw5z3FK4; Wed, 18 Oct 2023 17:59:19 +0200 (CEST) Date: Wed, 18 Oct 2023 17:59:19 +0200 From: Christoph Berg To: Michael Paquier Cc: PostgreSQL Hackers Subject: Re: pgsql: Generate automatically code and documentation related to wait ev Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Michael Paquier > Generate automatically code and documentation related to wait events Hi, I'm not entirely sure this is the commit to blame, but it's certainly close: A Debian user is complaining that in PG17, the installed /usr/include/postgresql/17/server/utils/wait_event.h file is referencing utils/wait_event_types.h, but that file doesn't get installed by the (autoconf) build sytem. See https://pgdgbuild.dus.dg-i.net/job/postgresql-17-binaries-snapshot/242/architecture=amd64,distribution=sid/consoleText for a build log with file listings near the end. Christoph