Re: [COMMITTERS] pgsql-server/src backend/access/heap/heapam.c ...

2003-09-23 Thread Bruce Momjian
Tom Lane wrote: > Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a > really general fix might be difficult, I believe the only case where > AtCommit_Notify could see an uncommitted tuple is where the other guy > has just unlistened and not yet committed.

Re: [COMMITTERS] pgsql-server/src backend/access/heap/heapam.c ...

2003-09-15 Thread Neil Conway
On Mon, 2003-09-15 at 20:19, Tom Lane wrote: > Sean Chittenden <[EMAIL PROTECTED]> writes: > > [snip] > >> (What happened to that project to do LISTEN/NOTIFY in memory > >> with no table, anyway?) Thanks for the reminder -- I'd like to implement this, but I can't say when I'll get the time. In the

Re: [COMMITTERS] pgsql-server/src backend/access/heap/heapam.c ...

2003-09-15 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > [snip] >> (What happened to that project to do LISTEN/NOTIFY in memory >> with no table, anyway?) > You mean TelegraphCQ? No, I meant this discussion: http://archives.postgresql.org/pgsql-hackers/2002-03/msg00968.php I'm not sure if Telegraph is reall

Re: [COMMITTERS] pgsql-server/src backend/access/heap/heapam.c ...

2003-09-15 Thread Sean Chittenden
> CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 03/09/15 20:33:43 > > Modified files: > src/backend/access/heap: heapam.c > src/backend/commands: async.c > src/backend/executor: execMain.c > src/include/access: heapam.h > >