#!/bin/csh -f
setenv PGHOST `hostname`
setenv POSTGRESHOME /usr/home/postgres
setenv BENCHHOME `pwd`
setenv BENCHDATA /u2/sequoia/data
# The following line are commented out by Jun,
# don't know how to set it exactly
#
#setenv BENCHINFO /data/17/wendyh/regional
#
# 4321 is the generic port. If you've compiled PG to run
# against another, change this 
#
setenv PGPORT 4321               
setenv PGDATA /u1/postgres/data
setenv DBNAME bench
set RASTER_O = $BENCHHOME/raster.so
set POLY_FUNCS_O = $BENCHHOME/polyfuncs.so
set POLYGON_FLAT = $BENCHDATA/polygon/polygons.data
set POINT_FLAT = $BENCHDATA/point/points.data
set ISLAND_FLAT = $BENCHDATA/polygon/islands.data
set RASTER_PATH = $BENCHDATA/raster
set CREATEDB = $POSTGRESHOME/bin/createdb
set MONITOR = $POSTGRESHOME/bin/monitor
