Re: scalability bottlenecks with (many) partitions (and more) - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: scalability bottlenecks with (many) partitions (and more)
Date
Msg-id 947e4acd-94b9-4990-83f5-874c71d69b17@dunslane.net
Whole thread Raw
In response to Re: scalability bottlenecks with (many) partitions (and more)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: scalability bottlenecks with (many) partitions (and more)
Re: scalability bottlenecks with (many) partitions (and more)
List pgsql-hackers


On 2025-03-04 Tu 5:28 PM, Tom Lane wrote:
Andrew Dunstan <andrew@dunslane.net> writes:
I think I found a logic bug. Testing.
Not sure what you are looking at, but I was trying to fix it
by making the loop over test modules skip unbuilt modules,
borrowing the test you added in v19 to skip unbuilt contrib
modules.  It's a little more complicated for the other modules
because some of them have no .c files to be built, and I could
not get that to work.  I eventually concluded that there's
something wrong with the "scalar glob()" idiom you used.
A bit of googling suggested "grep -e, glob()" instead, and
that seems to work for me.  sifaka seems happy with the
attached patch.


I'm looking at something else, namely the attached.


Will check your patch out too.



--
Andrew Dunstan
EDB: https://www.enterprisedb.com
Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Refactoring postmaster's code to cleanup after child exit
Next
From: Andres Freund
Date:
Subject: Re: Refactoring postmaster's code to cleanup after child exit