pgBin returns the full path to a PostgreSQL binary.
(name string)
| 128 | |
| 129 | // pgBin returns the full path to a PostgreSQL binary. |
| 130 | func pgBin(name string) string { |
| 131 | return filepath.Join(pgBinDir(), name) |
| 132 | } |
| 133 | |
| 134 | // ---- install ---- |
| 135 |
no test coverage detected