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

Re: serializable read only deferrable

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <drkp(at)csail(dot)mit(dot)edu>,<pgsql-hackers(at)postgresql(dot)org>
Subject: Re: serializable read only deferrable
Date: 2010-12-08 22:49:07
Message-ID: 4CFFB70302000025000384AF@gw.wicourts.gov (view raw or flat)
Thread:
Lists: pgsql-hackers
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
 
> GUC_complaint_elevel() can return DEBUGn, and in fact will do so in
> the PGC_S_OVERRIDE case.  I'm thinking that the code ought to look
> more like
> 
> 	/* source == PGC_S_OVERRIDE means do it anyway, eg at xact abort
*/
> 	if (source != PGC_S_OVERRIDE)
> 	{
> 		check and report all the complaint-worthy cases;
> 	}
 
Done.  Version 3 attached.  I think I've covered all bases now.
 
-Kevin


Attachment: read-only-3.patch
Description: text/plain (8.7 KB)

In response to

Responses

pgsql-hackers by date

Next:From: Heikki LinnakangasDate: 2010-12-08 23:10:23
Subject: Re: Hot Standby btree delete records and vacuum_defer_cleanup_age
Previous:From: Dimitri FontaineDate: 2010-12-08 22:45:01
Subject: Re: Review: Extensions Patch

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group