9.2 beta1 libxml2 can't be loaded on Windows

Поиск
Список
Период
Сортировка
От Edmund Horner
Тема 9.2 beta1 libxml2 can't be loaded on Windows
Дата
Msg-id CAMyN-kDUAGcNGu_sPu17zg5fGok1G3G50kpzfJGth6PmNA43cw@mail.gmail.com
обсуждение исходный текст
Ответы Re: 9.2 beta1 libxml2 can't be loaded on Windows
Список pgsql-bugs
Hello, apologies if this is already in your radar.

I can successfully install the PostgreSQL 9.2 beta1 binaries on
Windows XP and successfully perform most queries.  However I've run
into some trouble with the XML support.

From a very cursory search I did not see anything changed since 9.1.3
that could affect this, so maybe it's just a build/packaging issue.

Cheers,
Edmund.



Version and environment:

PostgreSQL 9.2 beta1, binaries-only package
Windows XP SP3 32 bit

Steps:

  1. Install binaries.
  2. Start server.
  3. Open psql session to postgres database.
  4. Run query:  SELECT xml '<foo>bar</foo>';

Expected result:  query returns a single row like:

           xml
    ----------------
     <foo>bar</foo>

Actual result:

    postgres=# SELECT xml '<foo>bar</foo>';
    ERROR:  could not set up XML error handler
    LINE 1: select xml '<foo>bar</foo>';
                       ^
    HINT:  This probably indicates that the version of libxml2 being
used is not compatible with the
     libxml2 header files that PostgreSQL was built with.

postgres.exe does find and read part of libxml2.dll both at initial
server startup, and when psql connects for the first time.

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: overwriting an existing .so while being used crashes the server process
Следующее
От: postgresuser@yahoo.com
Дата:
Сообщение: BUG #6668: hashjoin cost problem