MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / pgBinDir

Function pgBinDir

cmd/sqlc-test-setup/main.go:120–122  ·  view source on GitHub ↗

pgBinDir returns the path to the PostgreSQL bin directory.

()

Source from the content-addressed store, hash-verified

118
119// pgBinDir returns the path to the PostgreSQL bin directory.
120func pgBinDir() string {
121 return filepath.Join(pgBaseDir(), "bin")
122}
123
124// pgDataDir returns the path to the PostgreSQL data directory.
125func pgDataDir() string {

Callers 1

pgBinFunction · 0.85

Calls 2

pgBaseDirFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected