pgsql: Backport IPC::Run optimization to src/test/perl.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Backport IPC::Run optimization to src/test/perl.
Date: 2024-04-06 16:28:08
Message-ID: E1rt8tk-000pix-2x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backport IPC::Run optimization to src/test/perl.

This one-liner makes the TAP portion of "make check-world" 7% faster on
a non-Windows machine.

Discussion: https://postgr.es/m/20240331050310.09@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06558f49529553aecb6ad52a0470d63cb59d7df9

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Utils.pm | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2024-04-06 20:58:32 pgsql: BitmapHeapScan: begin scan after bitmap creation
Previous Message Peter Geoghegan 2024-04-06 15:47:33 pgsql: Enhance nbtree ScalarArrayOp execution.