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