Edgewall Software

Changes between Initial Version and Version 3 of Ticket #3885


Ignore:
Timestamp:
Oct 9, 2006, 8:01:23 PM (18 years ago)
Author:
Matthew Good
Comment:

fixing formatting of description

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3885 – Description

    initial v3  
    77When I do "browse source", I get the following error :
    88
     9{{{
    910Traceback (most recent call last):
    1011  File "/home/trac/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request
     
    3031    raise OperationalError, msg
    3132OperationalError: ERROR:  duplicate key violates unique constraint "revision_pkey"
    32 
     33}}}
    3334At this stage, the revision table in the postgres has this many rows ...
    34 
     35{{{
    3536trac=> select count(*) from revision;
    3637 count
     
    3839 35560
    3940(1 row)
    40 
     41}}}
    4142The last row has the max time as follows :
    42 
     43{{{
    4344trac=> select max(time) from revision;
    4445    max
     
    5253 35560
    5354(1 row)
    54 
     55}}}
    5556Note that the node_change table has more than 2 million+ rows.
    5657