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
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