diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-04-02 02:22:26 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-04-02 02:22:26 -0700 |
| commit | 8e404a1433fe437de22b3356176cf36eb3719018 (patch) | |
| tree | b0475d1ec01ac60aeed05517dc2771f651e3f10c /weed/filer/postgres/postgres_store.go | |
| parent | bdf2ddddfdccbc3d48e763457a779c8cc9ece6ac (diff) | |
| download | seaweedfs-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.go | 2 |
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: "", |
