Changeset 62

Show
Ignore:
Timestamp:
10/12/07 19:57:24 (5 years ago)
Author:
cs186
Message:

Tests now start postgres right

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hw/hw2/MyStuff/runtests.sh

    r61 r62  
    11#!/bin/csh 
     2 
     3# restart server so that it chooses index scan over heap scan  
     4pg_ctl restart -o "-fs -fb" 
     5sleep 5 
    26 
    37####