testcase.sh

application/x-shellscript

Filename: testcase.sh
Type: application/x-shellscript
Part: 1
Message: Probable memory leak with ECPG and AIX
PROG=testcase

rm -f $PROG
rm -f ${PROG}.map
rm -f ${PROG}.mp

ecpg ${PROG}.pgc

cc -g -o ${PROG} ${PROG}.c -I $INSTALLPG/include -L $INSTALLPG/lib -lpq -lecpg -lpgtypes -bquiet -bR:./${PROG}.mp -bloadmap:./${PROG}.map