- Timestamp:
- 09/10/07 23:59:29 (5 years ago)
- Location:
- hw/hw1/student/Hw1/MyStuff/MyCode
- Files:
-
- 2 modified
-
freelist.c (modified) (1 diff)
-
stubs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hw/hw1/student/Hw1/MyStuff/MyCode/freelist.c
r6 r7 22 22 *------------------------------------------------------------------------- 23 23 */ 24 #define USE_ASSERT_CHECKING 1 25 24 26 #include "postgres.h" 25 27 -
hw/hw1/student/Hw1/MyStuff/MyCode/stubs.c
r6 r7 5 5 6 6 extern int NBuffers; 7 7 extern bool assert_enabled = true; 8 8 9 9 // ******************************
