#!/bin/bash

set -e

# Run this script as: export ITER=0 && while export ITER=$(($ITER+1)) && ./tme.sh; do :; done
echo @@@@@@@@@@@@@@@@ Iteration number: $ITER  @@@@@@@@@@@@@@@@@@@@@@@@

$PGHOME/bin/pg_ctl -w -l ~/logfile -D $PGHOME/data restart
make installcheck


