[drupal-devel] [bug] database.pgsql ALTER TABLE sequences is wrong
danielc
drupal-devel at drupal.org
Thu Mar 31 17:37:33 UTC 2005
Issue status update for http://drupal.org/node/19768
Project: Drupal
Version: cvs
Component: base system
Category: bug reports
Priority: critical
Assigned to: Anonymous
Reported by: danielc
Updated by: danielc
Status: patch
Attachment: http://drupal.org/files/issues/database.pgsql.sessions.diff (443 bytes)
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.
danielc
More information about the drupal-devel
mailing list