Thread: pg_restore not working.

pg_restore not working.

From
"Theodore A. Jencks"
Date:
I recently compiled Postgresql 7.3.1 on a Redhat 7.3 machine and everything seems to be working ok except pg_retore.  I
getthe following error message when running pg_restore on a dump archive: 

pg_restore: [custom archiver] out of memory


I can't figure this out.  Does anyone know what the solution might be?  I used total standard settings to complie
somethinglike: 

CFLAGS="-O2 -march=i686" \
CXXFLAGS="-O2 -march=i686" \
./configure \
--prefix=/usr \
blah blah blah..

Regards,
Theo