[drupal-devel] [bug] database.pgsql ALTER TABLE sequences is wrong

rkendall drupal-devel at drupal.org
Fri Apr 1 09:35:03 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:   rkendall
 Status:       patch

I 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


rkendall



Previous comments:
------------------------------------------------------------------------

March 31, 2005 - 17:37 : danielc

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.





More information about the drupal-devel mailing list