On Sat, Feb 1, 2020 at 7:37 AM Robert Haas wrote:
> Whoops. The patch looks OK to me.
Pushed.
On Thu, Jan 30, 2020 at 4:54 AM Thomas Munro wrote:
> As reported over on pgsql-general[1], we leak shared memory when we
> run out of DSM slots. To see this, add the random-run-out-of-slots
> hack I showed in that thread, create and analyze a table t(i) with a
> million integers, run with dynami
Hello,
As reported over on pgsql-general[1], we leak shared memory when we
run out of DSM slots. To see this, add the random-run-out-of-slots
hack I showed in that thread, create and analyze a table t(i) with a
million integers, run with dynamic_shared_memory_type=mmap, and try
SELECT COUNT(*) FR