Re: [BUGS] pg_ctl restart bug

2001-04-21 Thread Peter Eisentraut
Tom Lane writes: > ! eval '$po_path' '$POSTOPTS' $logopt '&' > --- 323,335 > ! eval '$po_path' $POSTOPTS $logopt '&' Actually, I think it needs to be "$POSTOPTS" (double quoted), to preserve whitespace. peter ~$ opts="-N -o '-F -S'" peter ~$ eval ./argprint $opts -N -o -F -S pe

[BUGS] TCL error with rserv on Solaris

2001-04-21 Thread pgsql-bugs
Justin Clift ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description TCL error with rserv on Solaris Long Description Hi guys, I'm trying out the replication module in contrib/ and after installing it as per the instructions in READM