On Tue, Oct 16, 2012 at 4:33 AM, wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7606
> Logged by: James
> Email address: jameshun...@163.com
> PostgreSQL version: 9.2.1
> Operating system: CentOS 6.2
> Description:
>
> When I modify the "listen_
I was doing the test on the released 9.2.1 (without the patch).
The times of the query with the original view were floating around those
values, so it's maybe just a luck that it was slightly slower on 9.2.1.
The big difference was after the view was restored with the explicit
cast. The purpose of
On 12-10-16 12:08 AM, Craig Ringer wrote:
On 10/15/2012 11:10 PM, seancompusult wrote:
Does anyone have a solution for people like me who must use Java 5?
I had no problems building current git head of the JDBC driver with
Java SE 5, nor the REL_9_2_STABLE branch.
Ah, quite right. I was
On 10/16/2012 08:10 PM, Sean Hogan wrote:
On 12-10-16 12:08 AM, Craig Ringer wrote:
On 10/15/2012 11:10 PM, seancompusult wrote:
Does anyone have a solution for people like me who must use Java 5?
I had no problems building current git head of the JDBC driver with
Java SE 5, nor the REL_9_2_S
On 15.10.2012 19:31, Fujii Masao wrote:
On Mon, Oct 15, 2012 at 11:27 PM, Heikki Linnakangas
wrote:
On 15.10.2012 13:13, Heikki Linnakangas wrote:
Oh, I didn't remember that we've documented the specific structs that we
pass around. It's quite bogus anyway to explain the messages the way we
And if it helps,
see below results of my explain(analyze, buffers) where it is worse on
9.2.1 than on 9.1.4 (both on the same hardware):
Original view:
pg 9.1.4:
Nested Loop (cost=237.46..289.36 rows=1 width=254) (actual
time=3998.609..5870.697 rows=1848 loops=1)
Buffers: shared hit=1044261 re
EnterpriseDB team,
I was wondering which Linux OS (i.e. CentOS) the Advanced Server 8.2
supports.
I was able to found Documentation for 8.3 (but not 8.2):
http://www.enterprisedb.com/docs/en/8.3/server/supported-platforms.html
Wonder if you can provide reference for 8.2 (similar to the
I had never changed `join_collapse_limit` it is still out commented is this
not default.
When I try to run EXPLAIN ANALYZE on my query in PostgreSQL 9.2.1 it runs for 6
hours (21724001 ms) and then gives this error:
ERROR: could not load library "C:/Program
Files/PostgreSQL/9.2/lib/postgis-2.
On Tue, Oct 16, 2012 at 2:24 AM, Ricky Wong wrote:
> EnterpriseDB team,
>
> ** **
>
> I was wondering which Linux OS (i.e. CentOS) the Advanced Server 8.2
> supports.
>
> ** **
>
> I was able to found Documentation for 8.3 (but not 8.2):
>
> http://www.enterprisedb.com/docs/en/8.3/ser
Nikolay escribió:
> Where can I found this path?
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=412a4295b5390cfe4fd5b9fc84a25c6e2d1aa0ad
You can also download the 9.1 snapshot from
ftp.postgresql.org/pub/snapshot/9.1, which should already contain this
patch.
--
Álvaro Herrera
The following bug has been logged on the website:
Bug reference: 7610
Logged by: Sam Wong
Email address: s...@hellosam.net
PostgreSQL version: 9.2.1
Operating system: Windows 7 64-bit
Description:
Repro SQL:
CREATE TABLE a (id text, primary key (id));
INSERT INTO a
11 matches
Mail list logo