[GENERAL] Postgres crash during Stored procedure execution

2012-06-05 Thread Jayashankar K B
Hi, We are facing one database crash issue because of stored procedures. When the stored procedure with a set of values is executed the first time, it works fine. If the same stored procedure is executed with same set of values once more, the database crashes with the error WARNING: terminati

Re: [GENERAL] Postgres crash during Stored procedure execution

2012-06-05 Thread Pavel Stehule
Hello probably you don't use memory well. Can you show source code? Do you use PostgreSQL with asserts? Regards Pavel 2012/6/5 Jayashankar K B : > Hi, > > > > We are facing one database crash issue because of stored procedures. > > > > When the stored procedure with a set of values is executed