Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Exception in thread "main" java.lang.OutOfMemoryError:



Roland Walter wrote:
Roland Walter <rwa(at)mosaic-ag(dot)com> writes:

    static String createIndex = "CREATE INDEX xitransaction3 on transaction using btree (cc_trans_id, bc_id)";

The problem was in Jim's create index statement. He used brackets
instead of parenthesis around the column names. Jim corrected it and
an OutOfMemoryError did not occur anymore. The statement took about 48
minutes.

Sounds like there is a bug in the driver's escape sequence parsing somewhere then. An invalid {...} escape shouldn't cause an OOME.

-O



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group