Re: [JDBC] server process (PID 1188) exited with exit code -1073741819, 8.2 beta1

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: [JDBC] server process (PID 1188) exited with exit code -1073741819, 8.2 beta1
Дата
Msg-id
26067.1161744137@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Re: [JDBC] server process (PID 1188) exited with exit code -1073741819, 8.2 beta1 "Thomas H." <me@alternize.com>
Dave Cramer  writes:
> This is a server bug, I will post to hackers for you,

Please provide a complete test case.  I tried to reproduce the failure
in libpq, with

    /* Here is our out-of-line parameter value */
    paramValues[0] = "joe's place";

    res = PQexecParams(conn,
                       "SELECT $1 FROM (select * from pg_database) t",
                       1,        /* one param */
                       NULL,    /* let the backend deduce param type */
                       paramValues,
                       NULL,    /* don't need param lengths since text */
                       NULL,    /* default to all text params */
                       0);      /* ask for text results */

and got nothing worse than

SELECT failed: ERROR:  could not determine data type of parameter $1


			regards, tom lane
В списке pgsql-hackers по дате отправления
От: Luke Lonergan
Дата:
От: Bruce Momjian
Дата:
FAQ