Re: [SUGGESTION] CVSync

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [SUGGESTION] CVSync
Дата
Msg-id 20060325144921.GA28948@surnet.cl
обсуждение исходный текст
Ответ на Re: [SUGGESTION] CVSync  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [SUGGESTION] CVSync  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Neil Conway <neilc@samurai.com> writes:
> > I agree that investigating alternatives would be a good idea: AFAIK
> > there's no easy way to build cvsup on Linux/AMD64 (without patches and
> > more pain than I'm willing to endure), so I use cvsup on one machine and
> > then periodically rsync a copy of that to my main (AMD64) machine.
> 
> Actually, the last time I looked seriously at cvsup, my requirement was
> that it build on HPUX, which it did not (well, maybe it would've with
> sufficient investment of pain, but that wasn't happening).  I was about
> to take another look at whether I couldn't just-install-it on FC4, but
> my main FC4 machine is now x86_64, so your remarks are discouraging me
> again :-(

Don't let'em.  I use CVSup on both my ix86 and amd64 machine.  (IIRC the latter
uses a 32bit binary, but it surely works anyway.)

I think these are static binaries, so they would probably work on your
machines unchanged.


Hmm, well, not quite:

$ ldd bin/cvsup        linux-gate.so.1 =>  (0xffffe000)       libz.so.1 => /usr/lib/libz.so.1 (0xb7f5b000)
libXaw.so.7=> /usr/X11R6/lib/libXaw.so.7 (0xb7eff000)       libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0xb7ee9000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7edb000)       libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7e8b000)
 libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7e82000)       libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7e6a000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7d9e000)       libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7d64000)
 libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c2c000)       libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0xb7c16000)
  libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7c12000)       /lib/ld-linux.so.2 (0xb7f71000)
 

(this is the ix86 machine, I don't have the other one handy)

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [PATCHES] Automatically setting work_mem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Where does the time go?