Evan Jones <evan.jones@datadoghq.com> writes:
> On Tue, Jun 6, 2023 at 5:23 PM Peter Eisentraut <peter@eisentraut.org>
> wrote:
>> This addresses only pg_regress. What about all the other test suites?
> Are there instructions for how I can run these other test suites?
configure with --enable-tap-tests, then do "make check-world".
Also, adding certain additional feature arguments such as
--with-python enables more test cases. We aren't going to be
super excited about a patch that doesn't handle all of them.
regards, tom lane