Re: [PATCH] pg_stat_toast v0.4

Поиск
Список
Период
Сортировка
От Gunnar \"Nick\" Bluth
Тема Re: [PATCH] pg_stat_toast v0.4
Дата
Msg-id c132ad51-4d71-87c9-f103-e92182d9b5d7@pro-open.de
обсуждение исходный текст
Ответ на Re: [PATCH] pg_stat_toast v0.4  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: [PATCH] pg_stat_toast v0.4  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Am 03.01.22 um 19:30 schrieb Alvaro Herrera:
> On 2022-Jan-03, Gunnar "Nick" Bluth wrote:
> 
>> Am 03.01.22 um 17:50 schrieb Justin Pryzby:
> 
>>> Soon you will think this is fun :)
>>
>> As long as you're happy with plain patches like the attached one, I may ;-)
> 
> Well, with a zero-byte patch, not very much ...

D'oh!!!!


> BTW why do you number with a "0." prefix?  It could just be "4" and "5"
> and so on.  There's no value in two-part version numbers for patches.
> Also, may I suggest that "git format-patch -vN" with varying N is an
> easier way to generate patches to attach?

Not when you have a metric ton of commits in the history... I'll 
hopefully find a way to start over soon :/

9:38 $ git format-patch PGDG/master -v5 -o ..
../v5-0001-ping-pong-of-thougths.patch
../v5-0002-ping-pong-of-thougths.patch
../v5-0003-adds-some-debugging-messages-in-toast_helper.c.patch
../v5-0004-adds-some-groundwork-for-pg_stat_toast-to-pgstat..patch
../v5-0005-fixes-wrong-type-for-pgstat_track_toast-GUC.patch
../v5-0006-introduces-PgStat_BackendAttrIdentifier-OID-attr-.patch
../v5-0007-implements-and-calls-pgstat_report_toast_activity.patch
../v5-0008-Revert-adds-some-debugging-messages-in-toast_help.patch
../v5-0009-adds-more-detail-to-logging.patch
../v5-0010-adds-toastactivity-to-table-stats-and-many-helper.patch
../v5-0011-fixes-missed-replacement-in-comment.patch
../v5-0012-adds-SQL-support-functions.patch
../v5-0013-Add-SQL-functions.patch
../v5-0014-reset-to-HEAD.patch
../v5-0015-makes-DEBUG2-messages-more-precise.patch
../v5-0016-adds-timing-information-to-stats-and-view.patch
../v5-0017-adds-a-basic-set-of-tests.patch
../v5-0018-adds-a-basic-set-of-tests.patch
../v5-0019-chooses-a-PGSTAT_TOAST_HASH_SIZE-of-64-changes-ha.patch
../v5-0020-removes-whitespace-trash.patch
../v5-0021-returns-to-PGDG-master-.gitignore.patch
../v5-0022-pg_stat_toast_v0.5.patch
../v5-0023-moves-tests-to-regress.patch

But alas! INT versioning it is from now on!
-- 
Gunnar "Nick" Bluth

Eimermacherweg 106
D-48159 Münster

Mobil +49 172 8853339
Email: gunnar.bluth@pro-open.de
__________________________________________________________________________
"Ceterum censeo SystemD esse delendam" - Cato
Вложения

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

Предыдущее
От: Chapman Flack
Дата:
Сообщение: TYPCATEGORY_{NETWORK,USER} [was Dubious usage of TYPCATEGORY_STRING]
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: PostgreSQL stops when adding a breakpoint in CLion