TCL error with rserv on Solaris - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject TCL error with rserv on Solaris
Date
Msg-id 200104211050.f3LAoog13995@hub.org
Whole thread Raw
List pgsql-bugs
Justin Clift (justin@postgresql.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
getan error in the TCL testing script. 

When running the script on configured local master and slave servers, pressing the "Replicate" button in the TCL
interfacegenerates 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
erroroccurred). 

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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: lo_import does not check type before performing an import
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_ctl restart bug