Changeset 1319
- Timestamp:
- 10/16/09 22:30:26 (6 weeks ago)
- Files:
-
- 1 modified
-
trunk/server/lib/MogileFS/Store/Postgres.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/MogileFS/Store/Postgres.pm
r1318 r1319 114 114 $sql =~ s!,\s*INDEX\s*(\w+)?\s*\(.+?\)!!mgi; 115 115 } 116 117 # Allow 64-bit ids for file IDs 118 $sql =~ s!\bfid\s+INT\b!fid BIGINT!i if $self->fid_type eq "BIGINT"; 116 119 117 120 return $sql;
