Re: SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)
Дата
Msg-id 16123.1398779219@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)  (David Noel <david.i.noel@gmail.com>)
Ответы Re: SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)
Список pgsql-general
David Noel <david.i.noel@gmail.com> writes:
> Both queries are run from a Java project using the latest JDBC driver.
> The PostgreSQL Server versions it's being run on are 9.2 and 9.3. The
> query executes and returns just fine when run on a FreeBSD-based
> platform, but executes forever when run under Windows.

Um .. which one is 9.2, and which one is 9.3?  Do you get the same
plan according to EXPLAIN on both systems?  (Even if you do, let's
see the EXPLAIN output.  And maybe EXPLAIN ANALYZE, on the system
where it completes.)

            regards, tom lane


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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: pg_ctl start error and lock file
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Altering array(composite-types) without breaking code when inserting them and similar questions