-DCLOBBER_CACHE_ALWAYS shows COPY FREEZE regression problem - Mailing list pgsql-hackers

From Andrew Dunstan
Subject -DCLOBBER_CACHE_ALWAYS shows COPY FREEZE regression problem
Date
Msg-id 50C12A26.40303@dunslane.net
Whole thread Raw
Responses Re: -DCLOBBER_CACHE_ALWAYS shows COPY FREEZE regression problem  (Simon Riggs <simon@2ndQuadrant.com>)
Re: -DCLOBBER_CACHE_ALWAYS shows COPY FREEZE regression problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On a new buildfarm member friarbird 
<http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=friarbird&dt=2012-12-06%2020%3A55%3A31>, 
configured with _DCLOBBER_CACHE_ALWAYS:
      BEGIN;      TRUNCATE vistest;      COPY vistest FROM stdin CSV FREEZE;   + NOTICE:  FREEZE option specified but
pre-conditionsnot met
 


and similar.

cheers

andrew




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Re: How to check whether the row was modified by this transaction before?
Next
From: Tomas Vondra
Date:
Subject: Re: Serious problem: media recovery fails after system or PostgreSQL crash