causing crash - Search results in mailing lists

2022-03-05 10:10:25 | Re: Bug in tables column data in postgres database (mgbii bax)

caused by wrong connection settings or in a transition, no commit was issued. Or, a crash

2021-12-12 18:25:49 | Memory exhaustion on large query (Brice André)

crashes. I use libpq in asynchronous mode to avoid this problem, but the memory is consumed in the PQsendQueryPrepared call, before I invoke the first time PQgetResult I copy-pasted the query that causes

2019-09-18 11:39:39 | Unexpected behaviour since Windows 1903 Update (Koorsen, Andre)

cause of the problem and decided to rely on you for guidance. We have a scheduled task running a backup.exe which is essentially a java ProcessBuilder gathering all the databases and dumping it with

2018-11-28 18:37:25 | RE: error code 8 (Olivier Leprêtre)

crash safety # (turning this off can cause

2011-11-27 05:54:33 | Re: Does anyone know of any issues around ARRAY UNNEST (Belinda Cussen)

cause a crash. Any ideas? regards Belinda On 24 November 2011 21:57, Pavel Stehule

2008-12-11 05:34:11 | Re: Is there a bug in PostgreSQL ? (Pascal Tufenkji)

cause when I > copied its content to a temp table, the query returned a result.   > SELECT * into temp foo from sip_demissionaire ; > > SELECT distinct c.emp_id,c.institution,d.* from

2008-03-17 22:20:49 | postgres server crashes unexpectedly (Chadwick Horn)

causing these crashes? any response is much appreciated as this is not a time-critial

2006-07-27 20:49:59 | Re: PostgreSQL server terminated by signal 11 (D'Arcy J.M. Cain)

causes your crash that tells you that the value of slot is probably trashed before

2006-07-26 12:21:09 | Re: SQL generator (Aaron Bono)

causing database crashes and slow downs. I don't think I would recommend allowing someone

2006-04-26 05:10:41 | Re: Migrating a Database to a new tablespace (Markus Schaber)

caused by hard kills and backend crashes, so I would not go into deeper analysis

2005-02-23 15:00:08 | Re: Working with XML. (George Weaver)

causing the problem. Can you run the query in pgAdmin? Regards, George ----- Original Message ----- From: Theo Galanakis To: 'George Weaver' Cc: 'pgsql-sql@postgresql.org' Sent: Monday, February 21, 2005 11:54 PM Subject: RE: [SQL] Working with

2003-09-13 12:56:11 | Re: createlang problme (Tom Lane)

nasty bug that can cause it to fail to restart after a crash. regards, tom lane

2003-07-15 12:15:41 | Re: Non-Blocking Locks (i.e. Oracle NOWAIT) (Dmitry Tkach)

crashed before releasing the lock)... if the pid isn't there, it considers the project unlock, and does what's described above. Otherwise, it releases the lock on the table, and generates an error message

2003-05-02 09:44:55 | Re: implied FROM (Matt Mello)

cause an out of memory exception, which will eventually let me know there was a problem, but since I might get the same error on other threads/processes before this one, I won't know

2002-03-15 19:35:13 | Debugging C functions... (Dmitry Tkach)

causing the crash... The question is - how do I debug it? Are there some techniques