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 1qiPSa-006LyD-Se for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Sep 2023 01:23:28 +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 1qiPSZ-005FE4-8X for pgsql-hackers@arkaria.postgresql.org; Tue, 19 Sep 2023 01:23:27 +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 1qiPSY-005FDZ-UX for pgsql-hackers@lists.postgresql.org; Tue, 19 Sep 2023 01:23:26 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qiPSW-005MAN-Eb for pgsql-hackers@lists.postgresql.org; Tue, 19 Sep 2023 01:23:25 +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 38J1NKSo264175; Mon, 18 Sep 2023 21:23:20 -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: <20230918212232.GA2660216@nathanxps13> References: <20230725185336.GA2911441@nathanxps13> <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> Comments: In-reply-to Nathan Bossart message dated "Mon, 18 Sep 2023 14:22:32 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <264173.1695086600.1@sss.pgh.pa.us> Date: Mon, 18 Sep 2023 21:23:20 -0400 Message-ID: <264174.1695086600@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Nathan Bossart writes: > For now, I've committed 0001 and 0002. I intend to commit the others soon. bowerbird is unhappy with this. I suppose you missed out updating the src/tools/msvc/ scripts. (Weren't we about ready to nuke those?) regards, tom lane