Re: For review: Server instrumentation patch

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: For review: Server instrumentation patch
Дата
Msg-id 42E3BE8B.2010406@pse-consulting.de
обсуждение исходный текст
Ответ на Re: For review: Server instrumentation patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: For review: Server instrumentation patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> Dave Page wrote:
> 
>> 
>>
>>
>>>-----Original Message-----
>>>From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] 
>>>Sent: 23 July 2005 20:01
>>>To: Dave Page
>>>Cc: PostgreSQL-development
>>>Subject: Re: [HACKERS] For review: Server instrumentation patch
>>>
>>>
>>>This patch looks good.  The only question I have is why you 
>>>didn't want
>>>the pgport rename/unlink calls?

Because I wanted the standard platform behaviour of both. For backend 
storage subsystem purposes, it's certainly necessary to emulate *ix 
behaviour of deleting a file in use, but for generic file access IMHO 
the generic behaviour should be exposed.
Please note that there's some rollback logic in pg_file_rename that 
might break when using the pg_xxx calls.

Regards,
Andreas


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Patch to fix plpython on OS X
Следующее
От: Tom Lane
Дата:
Сообщение: Re: For review: Server instrumentation patch