summaryrefslogtreecommitdiff
path: root/SQL/postgres.initial.sql
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-11-21 18:19:30 +0000
committeralecpl <alec@alec.pl>2008-11-21 18:19:30 +0000
commit3e48d2eee1d2af42aa777fd5e461fa570762732e (patch)
treea578fc94ebb4ad6618c4785138498ea03939b9ab /SQL/postgres.initial.sql
parentbe7d3b6918ff90757d10804ac914edb5a65f4828 (diff)
- Increase speed of session destroy and garbage clean up
- Fix session timeout when DB server got clock skew (#1485490)
Diffstat (limited to 'SQL/postgres.initial.sql')
-rw-r--r--SQL/postgres.initial.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/SQL/postgres.initial.sql b/SQL/postgres.initial.sql
index e53caa187..128b484d7 100644
--- a/SQL/postgres.initial.sql
+++ b/SQL/postgres.initial.sql
@@ -42,6 +42,7 @@ CREATE TABLE "session" (
vars text NOT NULL
);
+CREATE INDEX session_changed_idx ON session (changed);
--