Re: SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows) - Mailing list pgsql-general

From Tom Lane
Subject Re: SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)
Date
Msg-id 16123.1398779219@sss.pgh.pa.us
Whole thread Raw
In response to SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)  (David Noel <david.i.noel@gmail.com>)
Responses Re: SQL query runs fine on one platform (FreeBSD), but hangs on another (Windows)  (David Noel <david.i.noel@gmail.com>)
List 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 by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: pg_ctl start error and lock file
Next
From: Merlin Moncure
Date:
Subject: Re: Altering array(composite-types) without breaking code when inserting them and similar questions