mirror of
https://github.com/postgres/postgres.git
synced 2026-04-14 05:27:20 -04:00
Give passwords to each user created in support of an ECPG connection test case. Use SET SESSION AUTHORIZATION, not a fresh connection, to reduce privileges during a dblink test case. To test against such a server, both the "make installcheck-world" environment and the postmaster environment must provide the default user's password; $PGPASSFILE is the principal way to do so. (The postmaster environment needs it for dblink and postgres_fdw tests.) |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| README | ||
| test1.pgc | ||
| test2.pgc | ||
| test3.pgc | ||
| test4.pgc | ||
| test5.pgc | ||
src/interfaces/ecpg/test/connect/README Programs in this directory test all sorts of connections. All other programs just use one standard connection method. If any details of the regression database get changed (port, unix socket file, user names, passwords, ...), these programs here have to be changed as well because they contain hardcoded values.