Re: Fast COPY after TRUNCATE bug and fix

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Fast COPY after TRUNCATE bug and fix
Date: 2007-03-01 14:38:15
Message-ID: 45E6E557.4030405@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Simon Riggs wrote:
> On Thu, 2007-03-01 at 09:12 -0500, Andrew Dunstan wrote:
>
>> what is the point of this?:
>>
>> + void
>> + RelationCacheResetAtEOXact(void)
>> + {
>> + need_eoxact_work = true;
>> + }
>>
>>
>>
>> and why is it declared extern in relcache.h when it is only used in
>> relcache.c?
>>
>
> It is called from index.c and relcache.c, hence it is extern.
>
>
Yeah. I noticed just after I hit the send button ... sorry.

cheers

andrew

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2007-03-01 14:55:37 Re: correct format for date, time, timestamp for XML functionality
Previous Message Simon Riggs 2007-03-01 14:24:37 Re: Fast COPY after TRUNCATE bug and fix