Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> The test created a 1m row table in order to test parallel operation of
> JSON_VALUE.
Egad.
> However, this was more than were needed for the test, so
> save time by halving it, and also by making the table unlogged.
This seems like a rather inappropriate fix. I would say that a test
of this size does not belong in the core regression tests AT ALL.
regards, tom lane