aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/postgres/postgres_store.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@uber.com>2021-04-02 02:22:26 -0700
committerChris Lu <chris.lu@uber.com>2021-04-02 02:22:26 -0700
commit8e404a1433fe437de22b3356176cf36eb3719018 (patch)
treeb0475d1ec01ac60aeed05517dc2771f651e3f10c /weed/filer/postgres/postgres_store.go
parentbdf2ddddfdccbc3d48e763457a779c8cc9ece6ac (diff)
downloadseaweedfs-8e404a1433fe437de22b3356176cf36eb3719018.tar.xz
seaweedfs-8e404a1433fe437de22b3356176cf36eb3719018.zip
go fmt
Diffstat (limited to 'weed/filer/postgres/postgres_store.go')
-rw-r--r--weed/filer/postgres/postgres_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/postgres/postgres_store.go b/weed/filer/postgres/postgres_store.go
index 21b79d1fe..a1e16a92a 100644
--- a/weed/filer/postgres/postgres_store.go
+++ b/weed/filer/postgres/postgres_store.go
@@ -48,7 +48,7 @@ func (store *PostgresStore) initialize(upsertQuery string, enableUpsert bool, us
store.SupportBucketTable = false
if !enableUpsert {
- upsertQuery = ""
+ upsertQuery = ""
}
store.SqlGenerator = &SqlGenPostgres{
CreateTableSqlTemplate: "",