We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60bd14 commit 46c6e4dCopy full SHA for 46c6e4d
internal/pgvector/postgres.go
@@ -45,6 +45,4 @@ func DisableInPostgreSQL(ctx context.Context, exec postgres.Executor) error {
45
}
46
47
// PostgreSQLParameters sets the parameters required by pgAudit.
48
-func PostgreSQLParameters(outParameters *postgres.Parameters) {
49
- return
50
-}
+func PostgreSQLParameters(outParameters *postgres.Parameters) {}
0 commit comments