- Timestamp:
- 09/11/07 00:11:33 (5 years ago)
- Files:
-
- 1 modified
-
hw/hw1/student/Hw1/MyStuff/MyCode/freelist.skel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hw/hw1/student/Hw1/MyStuff/MyCode/freelist.skel.c
r6 r10 278 278 int cdb_found_index, int cdb_replace_index) 279 279 { 280 Assert( found_index < 0);280 Assert(cdb_found_index < 0); 281 281 elog(ERROR, "StrategyReplaceBuffer: Implement me"); 282 282 }
