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 1qt8xs-00B10t-Ub for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 18 Oct 2023 16:00:08 +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 1qt8xr-005qRQ-2g for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 18 Oct 2023 16:00:07 +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 1qt8xq-005qQ6-T4 for pgsql-pkg-debian@lists.postgresql.org; Wed, 18 Oct 2023 16:00:07 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qt8xp-001724-6t for pgsql-pkg-debian@postgresql.org; Wed, 18 Oct 2023 16:00:06 +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 4S9bCR37Hdz3FK4; Wed, 18 Oct 2023 18:00:03 +0200 (CEST) Date: Wed, 18 Oct 2023 18:00:03 +0200 From: Christoph Berg To: Andrew Kane Cc: pgsql-pkg-debian@postgresql.org Subject: Re: postgresql-server-dev-17 missing utils/wait_event_types.h header Message-ID: Mail-Followup-To: Christoph Berg , Andrew Kane , pgsql-pkg-debian@postgresql.org 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: Andrew Kane > Hi, > > Thanks for maintaining the package repo! > > When trying to build an extension with the postgresql-server-dev-17 > package, it errors with: > > /usr/include/postgresql/17/server/utils/wait_event.h:29:10: fatal error: > utils/wait_event_types.h: No such file or directory > > It looks like utils/wait_event_types.h is a generated file (commit > fa88928470b538c0ec0289e4d69ee12356c5a8ce), which may be the cause. Hi Andrew, that's a PG bug; I've forwarded it to pgsql-hackers. Thanks for spotting, Christoph