TCL error with rserv on Solaris

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема TCL error with rserv on Solaris
Дата
Msg-id 200104211050.f3LAoog13995@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: lo_import does not check type before performing an import
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_ctl restart bug