Re: pgsql: Superuser can permit passwordless connections on postgres_fdw
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-26T22:51:29Z
Lists: pgsql-hackers
On Wed, Dec 25, 2019 at 12:56 PM Michael Paquier <michael@paquier.xyz> wrote: > > On Fri, Dec 20, 2019 at 10:17:20PM -0500, Tom Lane wrote: > > Yeah, it's sort of annoying that the buildfarm didn't notice this > > aspect of things. I'm not sure I want to spend cycles on checking > > it in every test run, though. > > > > Maybe we could have -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS > > enable a check for that aspect along with what it does now? > > Makes sense to restrict that under the flag. Perhaps a catalog scan > of pg_authid at the end of pg_regress and isolationtester then? What's the preferred way to set that? "configure CPPFLAGS=-DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS"? Maybe I should add that to the sample buildfarm config ... cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Adjust test case added by commit 6136e94dc.
- 0af0504da91e 13.0 landed
-
libpq should expose GSS-related parameters even when not implemented.
- d09cfa3e2874 10.12 landed
- c11bd6c10fe5 9.6.17 landed
- 875c7d70def6 9.4.26 landed
- 5e22a111185c 9.5.21 landed
- 1a77ea02dca5 11.7 landed
- e8f60e6fe206 12.2 landed
- e60b480d39ee 13.0 landed
-
Superuser can permit passwordless connections on postgres_fdw
- 6136e94dcb88 13.0 cited