diff --git a/src/pgsql/pgsql-create-schema.lisp b/src/pgsql/pgsql-create-schema.lisp index cf2c1ec4..479b634a 100644 --- a/src/pgsql/pgsql-create-schema.lisp +++ b/src/pgsql/pgsql-create-schema.lisp @@ -315,11 +315,10 @@ (lp:end-kernel :wait t)) ;; turn unique indexes into pkeys now - (with-stats-collection ("Constraints" :section section) - (pgsql-connect-and-execute-with-timing target - section - "Constrants" - pkeys))))))) + (pgsql-connect-and-execute-with-timing target + section + "Constraints" + pkeys)))))) ;;;