One click installer and pgInstaller collide

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема One click installer and pgInstaller collide
Дата
Msg-id D425483C2C5C9F49B5B7A41F89441547029620E4@postal.corporate.connx.com
обсуждение исходный текст
Ответы Re: One click installer and pgInstaller collide  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers
If you install with the PostgreSQL group's installer for Windows:
http://www.postgresql.org/ftp/binary

And then install a second instance of PostgreSQL using the EnterpriseDB
one click installer:
http://www.enterprisedb.com/products/pgdownload.do#windows

An error may occur.  It will occur, probably, either with one system or
the other.
The PG Admin III produce uses a DLL called libiconv-2.dll
One of these DLL files has an entry point called
libiconv_set_relocation_prefix and the other one does not.

When you reference the DLL file, it will complain about an entry point
that could not be located.

It is probably a fairly esoteric issue, since most people (if they
install multiple instances of a product) will install only a single
version of it.  But we support everything under the sun, so I purposely
try to install as many versions as possible for testing.

Anyway, I thought you might like to know about this odd collision.

64 bit Windows platform.
PG Installer version, installed first, was 8.3.5
EnterpriseDB version was 8.3.7
There was an error message (file in use) during installation of the
second tool set.

It is also possible that it was caused by the small step from 8.3.5 to
8.3.7 and the problem would have occurred with an upgrade using the same
version (I did not test to find out).

I do not know if this message will get to the PG group.  None of my
messages has shown up this week for some reason.



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

Предыдущее
От: Michael Renner
Дата:
Сообщение: Re: Documentation Update: WAL & Checkpoints
Следующее
От: "Dann Corbit"
Дата:
Сообщение: FW: Multiple character encodings within a single database/table?