Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ph1ll-0006qv-L9 for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Mar 2023 05:21:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ph1lk-0005MH-54 for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Mar 2023 05:21:16 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ph1lj-0005M6-QV for pgsql-hackers@lists.postgresql.org; Tue, 28 Mar 2023 05:21:15 +0000 Received: from mail-wr1-x42f.google.com ([2a00:1450:4864:20::42f]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ph1lg-0000U9-Ui for pgsql-hackers@lists.postgresql.org; Tue, 28 Mar 2023 05:21:14 +0000 Received: by mail-wr1-x42f.google.com with SMTP id y14so10846140wrq.4 for ; Mon, 27 Mar 2023 22:21:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679980870; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=JLN2kXQ587omjxQlw980hBEFifSI8+XDGwDatOn/GnU=; b=cBPzSokZyHRadb9Fj52jitVY4Ek1pemJn0NbKm1dn72zN1h5K13MLFzh3jYIetuK6S xzozPU4pEFnJD6CxUy/EhhIwK/cl3lUd9GU2cYdkjs3o9gQKEBMAZjgBio6jJvwHQyms 3seK06pgt2jWCgogWV/53ixUSEfOJ22xPgE9BcuOVxsvTXQbQOyS9t7TNQJ4pD/MJjg+ Uz0PZedoUfFlkMwlNfpmXep7MuEuHp2eow4QzKH7U9Ao+0BMEJjt+ea2H3ZURg+3xoMM ShbrmbWkQ6fSN23s3qduK88Vf/U0rIFCFGbiDxIAVxc7ZNhAe+3JFTxwfeGvZdx/T/SE fnyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679980870; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=JLN2kXQ587omjxQlw980hBEFifSI8+XDGwDatOn/GnU=; b=P3TjLit9pBf3/4hq4JzkYl8xNDGpZ2n1DTNsFSC2V00ENq5a5/MqkhrlBP4iYcmpYj oF5tNYMkzkNONc5hXid4zQQo1O+4TyPa12AWrzFmZZzlclUcCh/bmRsZm7XdEPPnC6qA uQXD9oiFaoJWfnT/t51E/WdQ4xcRwYKEsqzmsAdUF4SznZXfndj95vNEQ1jf8WRGWcmf Mbt/lYx1tI26W7Ca0CbqW67nX9HblGE1qZzPEXl7RLhKAECfMN9mIqybcpLR5riiILnF GMJ9f0jx8uWfFL2r2OYq8OMNe6raoEyb9Yko6hoJYElJRmyR0TD/Jrt9BXqMmYfxiTld oQ2A== X-Gm-Message-State: AAQBX9cCAncUkRhEGtyEZ+0EGW1ZMY2oTzEi6EAtPaxt6COSCLLScatA Y9iNqoGpGpuOra6KLUVW4zE= X-Google-Smtp-Source: AKy350aZ7ECsh5fPIxa5SIOMSfWA20pwrzilZ7ox3Z7/a7V8bgN9Q9mVGx6c9CtNFtv8ituyDnNVew== X-Received: by 2002:a5d:46c9:0:b0:2c7:e5f:e0e0 with SMTP id g9-20020a5d46c9000000b002c70e5fe0e0mr12002170wrs.65.1679980870349; Mon, 27 Mar 2023 22:21:10 -0700 (PDT) Received: from [192.168.6.242] ([54.239.6.188]) by smtp.gmail.com with ESMTPSA id e8-20020adffd08000000b002c592535839sm26523577wrr.17.2023.03.27.22.21.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Mar 2023 22:21:10 -0700 (PDT) Message-ID: <8f0b2c2a-1083-fd63-de14-7dba9f3b2ffb@gmail.com> Date: Tue, 28 Mar 2023 07:19:53 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: Generate pg_stat_get_xact*() functions with Macros To: Michael Paquier Cc: "Gregory Stark (as CFM)" , Andres Freund , Michael Paquier , PostgreSQL Hackers References: <631e3084-c5d9-8463-7540-fcff4674caa5@gmail.com> <442ba19a-6e8a-3fe3-d404-e9101dfbfcbb@gmail.com> <6e2efb4f-6fd0-807e-f6bf-94207db8183a@gmail.com> Content-Language: en-US From: "Drouvot, Bertrand" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 3/28/23 12:41 AM, Michael Paquier wrote: > On Mon, Mar 27, 2023 at 07:08:51PM +0900, Michael Paquier wrote: >> The patch has one mistake: PG_STAT_GET_XACT_FUNCENTRY_FLOAT8_MS does >> not need a slash on its last line or it would include the next, empty >> line. This could lead to mistakes (no need to send a new patch just >> for that). > > Adjusted that, and the rest was fine after a second look, so applied. > It looks like we are done for now with this thread, so I have marked > it as committed in the CF app. Thanks for having corrected the mistake and applied the patch! Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com