cbbrowne cbbrowne at ca.afilias.info
Wed Apr 22 13:06:26 PDT 2009
Cyril Scetbon wrote:
> I think you should check if PGSHARE is defined, and if not use 
> postgresql share directory as follows :
>
>     if (strlen(PGSHARE)>0)
>     {
>         strcpy(share_path, PGSHARE);
>     }
>     else
>     {
>         get_share_path(myfull_path, share_path);
>     }
>
> Just in case of PGSHARE is set to ""
Ah, yes, that seems apropos!

Thanks, I'll change that momentarily.

-- 
(reverse (concatenate 'string "ofni.sailifa.ac" "@" "enworbbc"))
<http://dba2.int.libertyrms.com/>
Christopher Browne
(416) 673-4124 (land)
"Bother,"  said Pooh,  "Eeyore, ready  two photon  torpedoes  and lock
phasers on the Heffalump, Piglet, meet me in transporter room three"



More information about the Slony1-bugs mailing list