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  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: [JDBC] server process (PID 1188) exited with exit code  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-hackers
Dave Cramer <pg@fastcrypt.com> 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"
Дата:
Сообщение: Re: Replication documentation addition
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [DOCS] Replication documentation addition