Wed Feb 13 01:39:04 PST 2008
- Previous message: [Slony1-bugs] [Bug 34] slonik crash if spoolnode = true
- Next message: [Slony1-bugs] [Bug 35] New: slonik looks for xxid.*.sql in wrong directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For Linux (Debian 3.1), I think that there is a bug in the slonik.c file si=
nce the version 1.2.12 during the affectation of the variable share_path.
Slonik thinks that files *.sql ( xxid.v81.sql ) are in the directory slony1=
/share, while they are in postgresql/share.
=
In the version 1.2.11 this part of the code is:
slonik.c :107 #ifndef WIN32
strcpy(share_path, PGSHARE);
#else
/*
* We need to find a share directory like PostgreSQL.
*/
if (find_my_exec(argv[0],myfull_path) < 0)
{
printf("full path was unacquirable. '%s'\n", argv[0]);
return -1;
}
else
{
get_share_path(myfull_path, share_path);
}
slonik.c :122 #endif
=
And since the version 1.2.12 (and 1.2.13) this part becomes:
=
slonik.c :106
/*
* We need to find a share directory like PostgreSQL.
*/
if (find_my_exec(argv[0],myfull_path) < 0)
{
strcpy(share_path, PGSHARE);
}
else
{
get_share_path(myfull_path, share_path);
}
slonik.c :117
=
After this modification, the replication ( slony1-1.2.13 ) works.
=
Regards,
=
Mikha=EBl de Khovrine
=
=
Mikha=EBl de KHOVRINE - Responsable du d=E9veloppement
=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=
=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=
=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF
GENYinfos
Tel. : +33 (0)1 46 84 11 56 / Fax : +33 (0)1 46 84 02 02
e-mail : mkhovrine at genyinfos.com <mailto:mkhovrine at genyinfos.com> =
_____________________________________________________________________
www.geny.com <http://www.geny.com/> =
P Afin de contribuer au respect de l'environnement, merci de n'imprimer ce =
mail qu'en cas de n=E9cessit=E9
=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.slony.info/pipermail/slony1-bugs/attachments/20080213/53d=
3dce9/attachment-0001.htm
- Previous message: [Slony1-bugs] [Bug 34] slonik crash if spoolnode = true
- Next message: [Slony1-bugs] [Bug 35] New: slonik looks for xxid.*.sql in wrong directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-bugs mailing list