github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/db/platform/paths_linux_386.go (about) 1 //go:build linux && 386 2 // +build linux,386 3 4 package platform 5 6 var Paths = PlatformPaths{ 7 TarFileName: "postgres-linux-x86_32.txz", 8 InitDbExecutable: "initdb", 9 PostgresExecutable: "postgres", 10 PgDumpExecutable: "pg_dump", 11 PgRestoreExecutable: "pg_restore", 12 }