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 1roZbd-002D4P-W9 for pgsql-committers@arkaria.postgresql.org; Mon, 25 Mar 2024 01:58:34 +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 1roZbc-00Gltg-IN for pgsql-committers@arkaria.postgresql.org; Mon, 25 Mar 2024 01:58:33 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1roZbc-00GltX-BN for pgsql-committers@lists.postgresql.org; Mon, 25 Mar 2024 01:58:32 +0000 Received: from mail-lf1-x12f.google.com ([2a00:1450:4864:20::12f]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1roZbX-006Jv3-Pg for pgsql-committers@lists.postgresql.org; Mon, 25 Mar 2024 01:58:31 +0000 Received: by mail-lf1-x12f.google.com with SMTP id 2adb3069b0e04-513d3746950so4743484e87.1 for ; Sun, 24 Mar 2024 18:58:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1711331907; x=1711936707; darn=lists.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=6kSHfDyhVnFsp6e/7MWuRHPmGzCd5DXGaJ/4/cBeI/4=; b=TyshQo8WjadiEEa9lwl/D/kaHrp9CCD2HAMMQia9lQVKeMpU2/DbkGddNsAHY7W2qy bvwHjnzERS+nEwAMcqervsUXUg9P0JIBf2tqgREoBkl/IcAE5WaGY7o6cy5vXlWXe++O 05+aUBZTI69hu8GjbKS1p8t3rQ88HoKONw9nGEY+U7g4Qe72jPzArlV6Xnc+uiWKBUB/ TXJDbHRbywOz4Pjdaw9J4p8b2FEzfrkdsHjjcR2PW5VQlC+FQNEj+xNp2w3oyszHOO+N HugUB6JpoXjBaj14ZmeASYYXhSrRGM2T4yIAkuz6n0LUYL05xmqdA2pWE5DMOP6IGZXu gCDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711331907; x=1711936707; 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=6kSHfDyhVnFsp6e/7MWuRHPmGzCd5DXGaJ/4/cBeI/4=; b=D3ovGtnLpIIZ8+V0jIYlCS90+0yuRE/39PxbofHOyvk/tw+LEb4D4L69780Sd5WsWh VB05NRt7LMYqANBoMKUnLWe5sUMHS7tM+wkik550BzOps7rHVB1npSI5fT9JnCCZZ8yH 6Mo8lRKnDXj42XHvfHqOun96h53o0w7Y0QVEe+bpF/K4qianZ9P4K1sp118SgbW9iGbb IusCJ4/7DZzSxhP3hR9ST3GyfVElo5KUUw3A2nCPE+V2AmvHbVefAH6lUROHxMSvCY6U iob4rbgfKK6HK7fZS380TZOHQsqfKhUTNN1iYcMOq2B9/LsjZsP7cjiiO3PZDUn/EBYw 1k8Q== X-Gm-Message-State: AOJu0YyTmg9jh9jfVZBh6jX6cIoCh3mF+MiqyKnHsvYxHKM8etAsbhpj bY/XUZXsCCGQzK2Paxd6gNfcuPiB2WLxmNKrt0uAA45aOq/7gr025Tu3rHFBiTgehuVH3NZshgz nqdLNPn0X/1wSP67KtjJa/CZ6GdNNWaQ/ArU= X-Google-Smtp-Source: AGHT+IHqekiKo24+oJbjbblO8ZEOunrkbgT+xFQeNralRbWNAB89C4XmCMJ+pfSc3pg0vK4Q+/tvpi2wRN/rhKovv4Q= X-Received: by 2002:a19:6452:0:b0:513:c963:895e with SMTP id b18-20020a196452000000b00513c963895emr3473436lfj.42.1711331906769; Sun, 24 Mar 2024 18:58:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Rowley Date: Mon, 25 Mar 2024 14:58:15 +1300 Message-ID: Subject: Re: pgsql: reindexdb: Add the index-level REINDEX with multiple jobs To: Alexander Korotkov Cc: pgsql-committers@lists.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 Mon, 25 Mar 2024 at 13:07, Alexander Korotkov wrote: > reindexdb: Add the index-level REINDEX with multiple jobs This seems to cause a new compiler warning: reindexdb.c: In function =E2=80=98reindex_one_database=E2=80=99: reindexdb.c:437:45: warning: =E2=80=98indices_tables_cell=E2=80=99 may be u= sed uninitialized [-Wmaybe-uninitialized] 437 | indices_tables_cell =3D indices_tables_cell= ->next; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~= ~~~~ reindexdb.c:280:31: note: =E2=80=98indices_tables_cell=E2=80=99 was declare= d here 280 | SimpleStringListCell *indices_tables_cell; | ^~~~~~~~~~~~~~~~~~~ which is causing problems in -Werror buildfarm members like mamba [1] David [1] https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Dmamba&dt=3D2= 024-03-25%2001%3A03%3A35