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 1qtWG9-00CgDf-Qk for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 19 Oct 2023 16:52:33 +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 1qtWF9-004VHG-GS for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 19 Oct 2023 16:51:32 +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 1qtWF9-004VGa-7l for pgsql-pkg-debian@lists.postgresql.org; Thu, 19 Oct 2023 16:51:31 +0000 Received: from mail-oa1-x2d.google.com ([2001:4860:4864:20::2d]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qtWF7-001HuP-GO for pgsql-pkg-debian@postgresql.org; Thu, 19 Oct 2023 16:51:30 +0000 Received: by mail-oa1-x2d.google.com with SMTP id 586e51a60fabf-1d544a4a2f2so4849379fac.3 for ; Thu, 19 Oct 2023 09:51:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ankane.org; s=google; t=1697734288; x=1698339088; darn=postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=4MZcOWLGvcJtVQZ6IYTSCX7zchj/26tKBxEWPDCxheE=; b=H36pPOl/Gp/aHZVHqX4yaTEnMw6kDQkiTDdVHE4+cQojjG3qKQfj4xDQpy7EiO7upT 98PkWVwMUpWDznktVn0k+EP2uYdOdBic/c8oMfeEW19aG1wA6bpO2cz0MFEoIU67uu6l sR0kNL0qzIa0RTOQzhl5HPBl4eGKscY55yDa/wTIPU7W9H7b61suatNuGD1I8nV1yDt8 AE69HJVYKlLrUkBYuSxLD9E7oZ74WQFMaSZ5rC8VPEuOpDSnu3jjvozpuKOd22QAGiL0 8FJV8G5YS1UpGWpOzjIFaBIEW64zEYtAv2LVlkqeLZU++IZR06e5h/bbZ/gcwBJxpf9r 5pPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697734288; x=1698339088; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=4MZcOWLGvcJtVQZ6IYTSCX7zchj/26tKBxEWPDCxheE=; b=HGdvRcnhpOzUvTvoY3/DGfL9IrqIanYykwOQbXpLaSfO9oVbF9YYcZ7LsJXGo+5c+v OjWvhyBz3Z9F6VmmSlG/rceebuc6SqFio6ppsvmzuyFEywqqgopgUXo34rdncFDFs2T/ YhqnysxmScg5DoSA8q2gQD8lB5GP2YFgAB8Dc1JEOxC+NB4jzV7Zq4jkgRKMqK0NwnUd 3/xe/YQR1im85B2kmYBNUWB+9+/Wj/WBodgylQ2hwnZwp5Vnx+r/fGK5pbomF30MNsq3 aK5aOUZWZl846xcEcMc7fhBURUJMMvGDo2sN9ocZzed/WgqXqBYYiF/jL0SWSHt5/JBe t4wQ== X-Gm-Message-State: AOJu0YziyNhefYckO72fni/ol6DCb2mRljjpc9KCzwUbgkTfu7KJl36s 5SVk3CxrF6Mp0gn7p4PFbolB5pr6bzm70jnuYJHtHg== X-Google-Smtp-Source: AGHT+IERdy+eVrUXghjEKnDG/ec++mfZvKGCZx69NKJ2440xiqqGkifppnByCde/ujHGFu9o+P8V+G/PRyu21WA8Bek= X-Received: by 2002:a05:6871:4198:b0:1e9:b7a7:8efe with SMTP id lc24-20020a056871419800b001e9b7a78efemr3774958oab.2.1697734288739; Thu, 19 Oct 2023 09:51:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Andrew Kane Date: Thu, 19 Oct 2023 09:51:13 -0700 Message-ID: Subject: Re: postgresql-server-dev-17 missing utils/wait_event_types.h header To: Christoph Berg Cc: pgsql-pkg-debian@postgresql.org Content-Type: multipart/alternative; boundary="0000000000003425df060814918a" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000003425df060814918a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Great, thanks again! Confirmed it's working with the latest postgresql-server-dev-17. - Andrew On Thu, Oct 19, 2023 at 12:37=E2=80=AFAM Christoph Berg w= rote: > Re: Andrew Kane > > Great, thanks Christoph! > > It has already been fixed: > > -rw-r--r-- 1 root root 3520 Jun 30 11:39 wait_event.h > -rw-r--r-- 1 root root 6281 Jun 30 11:39 wait_event_types.h > > Christoph > --0000000000003425df060814918a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Great, thanks again! Confirmed it's working with the l= atest postgresql-server-dev-17.

- Andrew

On Thu, Oct 19, 2023 at 12:3= 7=E2=80=AFAM Christoph Berg <myon@deb= ian.org> wrote:
Re: Andrew Kane
> Great, thanks Christoph!

It has already been fixed:

-rw-r--r--=C2=A0 1 root root=C2=A0 =C2=A03520 Jun 30 11:39 wait_event.h
-rw-r--r--=C2=A0 1 root root=C2=A0 =C2=A06281 Jun 30 11:39 wait_event_types= .h

Christoph
--0000000000003425df060814918a--