forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9cedb16
committed
pg_regress: Observe TMPDIR
Put the temporary socket directory under TMPDIR, if that environmentvariable is set, instead of the hardcoded /tmp.This allows running the tests if there is no /tmp at all (for exampleon Windows, although running the tests with Unix-domain sockets is notenabled on Windows yet). We also use TMPDIR everywhere else /tmp ishardcoded, so this makes the behavior consistent.Reviewed-by: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>Discussion:https://www.postgresql.org/message-id/flat/54bde68c-d134-4eb8-5bd3-8af33b72a010@2ndquadrant.com1 parentb79911d commit9cedb16
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
| 333 | + | |
| 334 | + | |
334 | 335 |
| |
335 | 336 |
| |
336 | 337 |
| |
|
0 commit comments
Comments
(0)