-DCLOBBER_CACHE_ALWAYS shows COPY FREEZE regression problem

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: -DCLOBBER_CACHE_ALWAYS shows COPY FREEZE regression problem
Date: 2012-12-06 23:28:38
Message-ID: 50C12A26.40303@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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-conditions not met

and similar.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2012-12-06 23:52:12 Re: Serious problem: media recovery fails after system or PostgreSQL crash
Previous Message Andres Freund 2012-12-06 22:47:05 Re: Re: How to check whether the row was modified by this transaction before?