Re: pgsql: Clean up role created in new subscription test. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: Clean up role created in new subscription test.
Date
Msg-id 3308709.1711553163@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Clean up role created in new subscription test.  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: pgsql: Clean up role created in new subscription test.
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> The only option is to make the check opt-in via a command-line parameter for
> use it in the main regress tests, and not use it for the contrib tests.  The
> attached v7 does that and passes CI, but I wonder if it's worth it all with
> that restriction?

Yeah, that seems hardly worth it --- and it's only an accident of
implementation that we don't run the main tests in parallel with
something else, anyway.  Too bad, but ...

            regards, tom lane



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: pgsql: Allow using syncfs() in frontend utilities.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Track last_inactive_time in pg_replication_slots.