Closed (fixed)
Project:
Drupal core
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2005 at 17:37 UTC
Updated:
17 Apr 2005 at 09:15 UTC
Line 593 in version 1.109 of database.pgsql is problematic. The line creates a unique index for sid. But, sid is already a primary key so doesn't need a unique index on it. Let alone, the syntax is wrong due to wrapping the table name in {}'s. This patch removes the line.
| Comment | File | Size | Author |
|---|---|---|---|
| database.pgsql.sessions.diff | 443 bytes | danielc |
Comments
Comment #1
rkendall commentedI was going to say something about braces {} around table names being used to add a 'table prefix', but realised that they are not supposed to be in this file - as it doesn't get processed by drupal.
+1
Comment #2
dries commentedCommitted to HEAD. Thanks.
Comment #3
(not verified) commented