Обсуждение: Compile postgre 7.1 on Redhat 9?

Поиск
Список
Период
Сортировка

Compile postgre 7.1 on Redhat 9?

От
fr1632@digital.net
Дата:
Hi.  I just upgraded an older machine I have that I don't use often to
redhat 9.  I however, in my infinite wisdom, forgot to dumpall the
postgres db.  I now find myself wanting to get some data out of the
old 7.1 database.  The original data directory is still intact, so I
tried downloading the 7.1.3 source and compiling it on redhat 9 but I
got errors early on.  Is it possible to compile 7.1.3 with redhat 9?
Thanks in advance.

Frankie

Re: Compile postgre 7.1 on Redhat 9?

От
Tom Lane
Дата:
fr1632@digital.net writes:
> Is it possible to compile 7.1.3 with redhat 9?

Yes, undoubtedly, but you'll have to do some tweaking.  One change I
recall is that commands/copy.c needs "#include <errno.h>" added.

            regards, tom lane