Re: Reducing the WAL overhead of freezing in VACUUM by deduplicating per-tuple freeze plans
В списке pgsql-hackers по дате отправления:
| От | Justin Pryzby |
|---|---|
| Тема | Re: Reducing the WAL overhead of freezing in VACUUM by deduplicating per-tuple freeze plans |
| Дата | |
| Msg-id | 20221111025958.GC16809@telsasoft.com обсуждение исходный текст |
| Ответ на | Re: Reducing the WAL overhead of freezing in VACUUM by deduplicating per-tuple freeze plans (Peter Geoghegan <pg@bowt.ie>) |
| Ответы |
Re: Reducing the WAL overhead of freezing in VACUUM by deduplicating per-tuple freeze plans
|
| Список | pgsql-hackers |
On Thu, Nov 10, 2022 at 04:48:17PM -0800, Peter Geoghegan wrote:
> On Tue, Sep 20, 2022 at 3:12 PM Peter Geoghegan <pg@bowt.ie> wrote:
> > Attached is v2, which I'm just posting to keep CFTester happy. No real
> > changes here.
>
> Attached is v3. I'd like to move forward with commit soon. I'll do so
> in the next few days, barring objections.
Note that this comment is dangling in your patch:
+{
+ Page page = BufferGetPage(buffer);
+
+ /* nor when there are no tuples to freeze */
...
- /* Caller should not call me on a non-WAL-logged relation */
- Assert(RelationNeedsWAL(reln));
- /* nor when there are no tuples to freeze */
- Assert(ntuples > 0);
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера