Re: logical changeset generation v4 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: logical changeset generation v4
Date
Msg-id 26640.1358266222@sss.pgh.pa.us
Whole thread Raw
In response to Re: logical changeset generation v4  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: logical changeset generation v4
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> But the other part of the problem is hiding in the unfortunately removed
> part of the problem description - the tests require the non-default
> options wal_level=logical and max_logical_slots=3+.

Oh.  Well, that's not going to work.

> Is there a problem of making those the default in the buildfarm created
> config?

Even if we hacked the buildfarm script to do so, it'd be a nonstarter
because it would cause ordinary manual "make installcheck" to fail.

I think the only reasonable way to handle this would be to (1) make
"make installcheck" a no-op in this contrib module, and (2) make
"make check" work, being careful to start the test postmaster with
the necessary options.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [PATCH] COPY .. COMPRESSED
Next
From: Tom Lane
Date:
Subject: Re: Curious buildfarm failures