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 1sErcv-0048Xk-VL for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Jun 2024 14:28:35 +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 1sErcu-0096Ov-Ty for pgsql-hackers@arkaria.postgresql.org; Wed, 05 Jun 2024 14:28: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 1sErcu-0096Oh-IM for pgsql-hackers@lists.postgresql.org; Wed, 05 Jun 2024 14:28:32 +0000 Received: from mail-lf1-x133.google.com ([2a00:1450:4864:20::133]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1sErcs-003aic-6J for pgsql-hackers@postgresql.org; Wed, 05 Jun 2024 14:28:31 +0000 Received: by mail-lf1-x133.google.com with SMTP id 2adb3069b0e04-52b919d214cso4346038e87.2 for ; Wed, 05 Jun 2024 07:28:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1717597708; x=1718202508; darn=postgresql.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=OvtHLR21PjWWszNXnUSzy+jn2caRuRFN8lrYU4izRIM=; b=MPcqjjI0q/AtROqfLVOxtzrDrU8b0S3doBgX07lVP+RUjMGHbEcjTuxYV8HHbAZ62E 44s1kawgi/feA+eVGQmFTBvXUYyNzLDdQjc1UIyN3Gozo58oGn6vW6ehuAarLnSXSuZa wMnHKeTEzNXRHUrUPXNW/vSmEs1UB9mMU1513PaG3W4cO//q9NTVHdh2WbXOjZQti1Xc DnGrxvSzJlITttV9UFoxbnT0SS9t0zxO5hmcvanoZZYDcWI3yTE9MW7HYAwHO+K9MLD2 3Amf2c4J5YVyusB88N0g3scAZRzXQHpXXB9tjkfX6fBijYrbKog7BM+zzdeBzKaUSWBX go0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717597708; x=1718202508; h=content-transfer-encoding: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=OvtHLR21PjWWszNXnUSzy+jn2caRuRFN8lrYU4izRIM=; b=NNb73Se7D2r5zjoxKYfUE3H6TSYq2vJhk7NTVuSbu9PXQgMiTe1iSIOfuUhV3M6km6 mdSiIXMJcgxDy300gaD/ZvKVqTaUjayW4T3v7wGYmIfa4Cf37GMUS0xiADE/6oSjEeNQ TkF8M9xvV1DuetIcy+C97t9vF/O4gUBGuE6+QnTozqZ5CO9b4XQVhgRYNiMjONPlAUGq ByeIJOehbjVMV3lOlcQitVHboKqx259+phN4BCapO0/ffcQRn9FrSGzOHBm9EpcrPaU3 8XZNEqe00fB4c6LwqMde88NBXpHAf0vBmaSSaxb4mhHJL2rby+sjtIfjxvl12rtyPKvV aUFQ== X-Forwarded-Encrypted: i=1; AJvYcCUgwaUebK0UiWiAh/RTFXG6jXQs65RF5dBI/0KjY3S7OLROt9tcBTKna/aPhGeS8azAFYC5c0IZj627CaPTzY4ryGEoWpM8lHHirCy8 X-Gm-Message-State: AOJu0YxY4WtEhW6OBYLi2W3N/Yy/tp8aahIa6gdQqXuhdG0lI7Ey6c1Y xSo78zNLO5XOAz2nTEske4GqzjQGFo04gYcQxmcb31OPTpcXfLy9Lqta9sBxsagBqwHMzESKozC zfK7qlni+cENZNrB7ZSSYDLM94NM= X-Google-Smtp-Source: AGHT+IGhOkUDFMcSyu90OyQbA+vfDVsdwLbsPROfiR1Y+2BixKD89Dkm0DChdE9Wl6SQhesUhdKmtwz4z59Aid6wIj8= X-Received: by 2002:a19:2d58:0:b0:529:b5ea:fda5 with SMTP id 2adb3069b0e04-52bab4f6f2cmr1449867e87.53.1717597708256; Wed, 05 Jun 2024 07:28:28 -0700 (PDT) MIME-Version: 1.0 References: <20240605.131241.1337361574087593814.horikyota.ntt@gmail.com> In-Reply-To: From: Julien Rouhaud Date: Wed, 5 Jun 2024 22:27:51 +0800 Message-ID: Subject: Re: Fix use of possible uninitialized variable retval (src/pl/plpgsql/src/pl_handler.c) To: Michael Paquier Cc: Kyotaro Horiguchi , ranier.vf@gmail.com, pgsql-hackers@postgresql.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Jun 5, 2024 at 1:05=E2=80=AFPM Michael Paquier wrote: > > This complain was from lapwing, that uses a version of gcc which > produces a lot of noise with incorrect issues. It is one of the only > 32b buildfarm members, so it still has a lot of value. Note that I removed the -Werror from lapwing a long time ago, so at least this animal shouldn't lead to hackish fixes for false positive anymore.