Fix comments atop ReorderBufferAddInvalidations

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
Subject: Fix comments atop ReorderBufferAddInvalidations
Date: 2022-11-03 10:53:20
Message-ID: CAA4eK1LxGgnUroPz8STb6OfjVU1yaHoSA+T63URwmGCLdMJ0LA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The comments atop seem to indicate that we always accumulate
invalidation messages in top-level transactions which is neither
required nor match with the code. This is introduced in the commit
c55040ccd0 and I have observed it while working on a fix for commit
16b1fe0037.

--
With Regards,
Amit Kapila.

Attachment Content-Type Size
fix_comments_rb_invalidations_1.patch application/octet-stream 2.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Niyas Sait 2022-11-03 11:06:46 Re: [PATCH] Add native windows on arm64 support
Previous Message Pavel Borisov 2022-11-03 10:50:11 Re: Lockless queue of waiters in LWLock