Andrew Dunstan <and...@dunslane.net> writes: > initdb also runs postgres a bunch of times via system(), similarly to > pg_regress but without the "exec". Does it also need adjusting?
That shouldn't be an issue, because we're only running the single "standalone backend" process, not a cluster. regards, tom lane