View Single Post

   
  #6 (permalink)  
Old 05-13-2008, 06:16 PM
Tom Lane
 
Posts: n/a
Default Re: Fairly serious bug induced by latest guc enum changes

I wrote:
> Okay, but you failed to correctly reproduce the conditions for closing
> the old file.


A more bulletproof solution might involve passing sync_method to
get_sync_bit as an explicit parameter, and then the assign hook
could do
if (get_sync_bit(sync_method) != get_sync_bit(new_sync_method))
XLogFileClose();

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote