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 1tLpw8-00HNOM-Rs for pgsql-general@arkaria.postgresql.org; Thu, 12 Dec 2024 20:37:29 +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 1tLpw6-00EFdG-5T for pgsql-general@arkaria.postgresql.org; Thu, 12 Dec 2024 20:37:27 +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 1tLpw5-00EFd8-JI for pgsql-general@lists.postgresql.org; Thu, 12 Dec 2024 20:37:27 +0000 Received: from mout-u-204.mailbox.org ([80.241.59.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLpw3-002VMT-Ny for pgsql-general@lists.postgresql.org; Thu, 12 Dec 2024 20:37:25 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4Y8PR26Tcwz9t0J; Thu, 12 Dec 2024 21:37:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewie.name; s=MBO0001; t=1734035839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0Vj4kuKdByCQZKqTCstrK8B+ocQb6ofJhMsStpX6X4s=; b=ZypSNErrVoVKNrJgIpRnhk9umnst3nacg2t5+GAIgOi+rSIDiysXdHjChM37ThZiC50Xso xJbnPf+3MzweuLaK8Aa/iLDQPKB2kOiWLYnYmz9C7WOFZ9DHRNIGAsAgoy44Uh9UVUQ2Fa 9htriye2CBum5wYmG899aUdgi2ipJust9L4DENw0WWxSTHIbyu3jGX/9FBTInL9BC4Jw6H KECCAYng+LCt9End8CJw4kjNVQ6VOt7mBlpSpFlIGnafpjPWMHXpo0xuGWdn+BAYbPO8NX +ScMcUfc/MeAQQQSNiTXjPRxsh+QjsYB2/+B1OX5w60SSbCllhgjouxXI4FhDg== Date: Thu, 12 Dec 2024 21:37:16 +0100 From: Erik Wienhold To: Costa Alexoglou Cc: pgsql-general@lists.postgresql.org Subject: Re: Empty query_id in pg_stat_activity Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2024-12-10 14:33 +0100, Costa Alexoglou wrote: > On Fri, Dec 6, 2024 at 4:44 PM Erik Wienhold wrote: > > What's your Postgres version? > It was `16.1`, run with `16.6` and indeed the query_id is there. Thanks! Please reply to list as well. CC'ed it now. -- Erik