Changeset 10 for hw

Show
Ignore:
Timestamp:
09/11/07 00:11:33 (5 years ago)
Author:
cs186
Message:

fixed skel

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hw/hw1/student/Hw1/MyStuff/MyCode/freelist.skel.c

    r6 r10  
    278278                      int cdb_found_index, int cdb_replace_index) 
    279279{ 
    280   Assert(found_index < 0); 
     280  Assert(cdb_found_index < 0); 
    281281  elog(ERROR, "StrategyReplaceBuffer: Implement me"); 
    282282}