TCL error with rserv on Solaris

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: TCL error with rserv on Solaris
Date: 2001-04-21 10:50:50
Message-ID: 200104211050.f3LAoog13995@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Justin Clift (justin(at)postgresql(dot)org) 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 README.rserv, I get an error in the TCL testing script.

When running the script on configured local master and slave servers, pressing the "Replicate" button in the TCL interface generates the following error :

Error: invalid command name "ConnInfoCmd"

And the replication does not occur. (I had inserted data into the master db and checked in the slave db after the error occurred).

The TCL "stack trace" (it gave me the option to generate it) was :

invalid command name "ConnInfoCmd"
while executing
"ConnInfoCmd master"
(procedure "Replicate" line 5)
invoked from within
"Replicate"
invoked from within
".r.run invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tkButtonUp" line 7)
invoked from within
"tkButtonUp .r.run
"

(command bound to event)

This was done on PostgreSQL 7.1 Release, Solaris 8 INTEL, TCL 8.3.2, Perl 5.6.0. Compiled with gcc 2.95.3

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-21 11:06:06 Re: pg_ctl restart bug
Previous Message Tom Lane 2001-04-21 02:52:58 Re: lo_import does not check type before performing an import