Re: automating CF submissions (was xlog location arithmetic)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: automating CF submissions (was xlog location arithmetic)
Дата
Msg-id 20362.1326821045@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: automating CF submissions (was xlog location arithmetic)  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: automating CF submissions (was xlog location arithmetic)  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 01/16/2012 05:40 PM, Alvaro Herrera wrote:
>> It's expected that we'll get a more reasonable interface to attachments,
>> one that will allow you to download patches separately.  (Currently,
>> attachments that have mime types other than text/plain are already
>> downloadable separately).

> Are you really sure about that? My recent JSON patch is at 
> <http://archives.postgresql.org/message-id/4F12F9E5.3090801@dunslane.net>. 
> I don't see any download link for the patch there, yet my mailer set the 
> attachment type to text/x-patch, not text/plain.

Yeah, AFAICT the archives treat text/x-patch the same as text/plain.
I tend to send stuff that way if I mean it primarily to be read in the
email.  If I'm thinking people will download and apply it, it's better
to gzip the patch and pick a mime type appropriate to that, because that
makes it much easier to pull the patch off the archives at need, at the
cost that you can't just eyeball it in your mail reader.

Anyway, I agree with the general tenor of this thread that it'd be nice
to reduce the impedance mismatches a bit.  Don't have any great ideas
about specific ways to do that.
        regards, tom lane


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

Предыдущее
От: Matteo Beccati
Дата:
Сообщение: Re: automating CF submissions (was xlog location arithmetic)
Следующее
От: Marti Raudsepp
Дата:
Сообщение: Patch review for logging hooks (CF 2012-01)