Changeset 1320

Show
Ignore:
Timestamp:
10/16/09 22:30:31 (6 weeks ago)
Author:
robbat2
Message:

Support for large files in Postgres.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/lib/MogileFS/Store/Postgres.pm

    r1319 r1320  
    130130    UNIQUE       (dmid, dkey), 
    131131 
    132     length       INT,               -- 2TiB limit 
     132    length       BIGINT,            -- big limit 
    133133    CHECK        (length >= 0), 
    134134