Vik Fearing <vik@postgresfriends.org> writes:
> On 29/08/2025 11:12, Chao Li wrote:
>> But a major problem is, I think we should bump CATALOG_VERSION_NO.
> Traditionally, the patch committer bumps the catversion, not the patch
> author.
Yeah. If you include a catversion bump in a submitted patch, you can
expect the patch to break repeatedly while it's sitting in the queue,
due to unrelated patches changing catversion. So we prefer to have
the committer add that at the last moment.
If you're worried that the committer might forget that, you can
add a comment about it in the patch's draft commit message.
regards, tom lane