Re: [HACKERS] PANIC: rename from /data/pg_xlog/0000002200000009

2003-11-28 Thread Yurgis Baykshtis
> I get the feeling that what we will see is the destination > filename already present and the source not, which would suggest > that two backends tried to do the rename concurrently. Tom, I just noticed that the rename panic errors like this one: PANIC: rename from /data/pg_xlog/00030

[HACKERS] Help!!! FreeSpaceMap hashtalble out of memory.

2003-10-24 Thread Yurgis Baykshtis
Cygwin, 7.3.4 This thing is really KILLING us and our customers. In pgerr.log this always go together: WARNING: ShmemAlloc: out of memory ERROR: FreeSpaceMap hashtable out of memory Theses errors usually take place on INSERT statements like this one: INSERT INTO params (param_id,map_id,param_

Re: [HACKERS] PostgreSQL and Windows

2003-06-16 Thread Yurgis Baykshtis
9:37 AM To: Yurgis Baykshtis Cc: PostGreSQL mailing list Subject: Re: [HACKERS] PostgreSQL and Windows Yurgis Baykshtis wrote: > > We have a similar question about upcoming Windows "native" release: > > Is it going to be multithreaded or one process per connection like on &g

Re: [HACKERS] PostgreSQL and Windows

2003-06-16 Thread Yurgis Baykshtis
We have a similar question about upcoming Windows "native" release: Is it going to be multithreaded or one process per connection like on cygwin? -Original Message- From: P.M [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 11:10 PM To: PostGreSQL mailing list Subject: [HACKERS

Re: [HACKERS] Mismatched parentheses when creating a rule with multiple action queries

2003-05-29 Thread Yurgis Baykshtis
The problem happens only when running this query from the plpgsql function... So it must be a bug specific to plpgsql parser. -Original Message- From: Yurgis Baykshtis Sent: Wednesday, May 28, 2003 1:07 PM To: [EMAIL PROTECTED] Subject: Mismatched parentheses when creating a rule with

[HACKERS] Mismatched parentheses when creating a rule with multiple action queries

2003-05-29 Thread Yurgis Baykshtis
PostgreSQL 7.3.2. The parser does not seem to like semicolon between action queries: (Mismatched parentheses) So, it makes impossible to create a rule with more than one action query. Or am I missing something? CREATE RULE my_insert_rule AS ON INSERT TO my_view DO INSTEAD ( INSERT IN