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 1rhd7T-00CYwX-Di for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Mar 2024 22:18:43 +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 1rhd7S-003Cyp-1E for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Mar 2024 22:18:42 +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 1rhd7R-003Cyh-L4 for pgsql-hackers@lists.postgresql.org; Tue, 05 Mar 2024 22:18:42 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rhd7M-0032HD-2F for pgsql-hackers@lists.postgresql.org; Tue, 05 Mar 2024 22:18:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Transfer-Encoding:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-ID:Content-Description; bh=7SjKTiPET5e+7LMIf6U8XQOugQKBlMt6gkmzFNxqpMQ=; b=ELMPwMW28U8t0K9jHscMqY6OG6 vz/dGDQppXfMcZQnLgQ6aGQRoyHmDeP4gOTPEia0YML22kqId15MWAosrziW4pSjnNnsklotXnZCl 4VkmxaYrptVjs9k9UlmAnC/uU2Y2He3NGabdv8xhUv81SP9GOMXpUModBaK7eZC8tDLxKX1u1ry5Z cwriA3vOmhvEK49Ts5CBYXcnKU1aXuqTcLHi7disdI1iGE4oJg7xuwTLk+yCzm+iKrnF0rkCu8GNw Nsbo2O+x6F2L/L3T7BL+T+KHEKVZrdw0nak/QXH6ybNKe4AMgNt3dhYnhQuh5rDItKF3LepALTJyD bpUmJt0Q==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1rhd7I-000qXo-2l; Tue, 05 Mar 2024 17:18:32 -0500 Date: Tue, 5 Mar 2024 17:18:32 -0500 From: Bruce Momjian To: "Amonson, Paul D" Cc: Nathan Bossart , Andres Freund , Alvaro Herrera , "Shankaran, Akash" , Noah Misch , Tom Lane , Matthias van de Meent , "pgsql-hackers@lists.postgresql.org" Subject: Re: Popcount optimization using AVX512 Message-ID: References: <20240212203714.u4p7yeu7isuemmze@awork3.anarazel.de> <20240301214457.GA3024365@nathanxps13> <20240304222118.GB3367383@nathanxps13> <20240305163730.GA3479896@nathanxps13> 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 Tue, Mar 5, 2024 at 04:52:23PM +0000, Amonson, Paul D wrote: > -----Original Message----- > >From: Nathan Bossart > >Sent: Tuesday, March 5, 2024 8:38 AM > >To: Amonson, Paul D > >Cc: Andres Freund ; Alvaro Herrera ; Shankaran, Akash ; Noah Misch ; Tom Lane ; Matthias van de Meent ; >pgsql-hackers@lists.postgresql.org > >Subject: Re: Popcount optimization using AVX512 > > > >On Tue, Mar 05, 2024 at 04:31:15PM +0000, Amonson, Paul D wrote: > >> I am not sure what "top-post" means but I am not doing anything > >> different but using "reply to all" in Outlook. Please enlighten me. 😊 > > > >The following link provides some more information: > > > > https://wiki.postgresql.org/wiki/Mailing_Lists#Email_etiquette_mechanics > > > >-- > >Nathan Bossart > >Amazon Web Services: https://aws.amazon.com > > Ahhhh.....Ok... guess it's time to thank Microsoft then. ;) Noted I will try to do the "reduced" bottom-posting. I might slip up occasionally because it's an Intel habit. Is there a way to make Outlook do the leading ">" in a reply for the previous message? Here is a blog post about how complex email posting can be: https://momjian.us/main/blogs/pgblog/2023.html#September_8_2023 -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.