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 1qiPeu-006MTB-Ed for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Sep 2023 01:36:12 +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 1qiPet-005PfZ-16 for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Sep 2023 01:36:11 +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 1qiPes-005PfH-Mp for pgsql-hackers@lists.postgresql.org; Tue, 19 Sep 2023 01:36:10 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qiPeq-0060g7-0u for pgsql-hackers@lists.postgresql.org; Tue, 19 Sep 2023 01:36:10 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 38J1a3hM266009; Mon, 18 Sep 2023 21:36:03 -0400 From: Tom Lane To: Nathan Bossart cc: Robert Haas , Alvaro Herrera , Andrew Dunstan , pgsql-hackers@lists.postgresql.org Subject: Re: Inefficiency in parallel pg_restore with many tables In-reply-to: <20230919012858.GA2664151@nathanxps13> References: <20230901205248.GA3184752@nathanxps13> <20230902185521.GA3414119@nathanxps13> <20230904230829.GA3826808@nathanxps13> <2393313.1694363710@sss.pgh.pa.us> <20230913183450.GA1042742@nathanxps13> <20230913224753.GA1237642@nathanxps13> <3031359.1694649699@sss.pgh.pa.us> <20230914034539.GA1468515@nathanxps13> <20230918212232.GA2660216@nathanxps13> <264174.1695086600@sss.pgh.pa.us> <20230919012858.GA2664151@nathanxps13> Comments: In-reply-to Nathan Bossart message dated "Mon, 18 Sep 2023 18:28:58 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <266007.1695087363.1@sss.pgh.pa.us> Date: Mon, 18 Sep 2023 21:36:03 -0400 Message-ID: <266008.1695087363@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Nathan Bossart writes: > On Mon, Sep 18, 2023 at 09:23:20PM -0400, Tom Lane wrote: >> bowerbird is unhappy with this. I suppose you missed out updating >> the src/tools/msvc/ scripts. (Weren't we about ready to nuke those?) > I saw that and have attempted to fix it with 83223f5. Ah, right, sorry for the noise. But in any case, how long are we keeping src/tools/msvc/ ? regards, tom lane