Re: [PATCH] Generate random dates/times in a specified range - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Generate random dates/times in a specified range
Date
Msg-id 2161235.1756479428@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Generate random dates/times in a specified range  (Vik Fearing <vik@postgresfriends.org>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: headerscheck warnings with late-model gcc
Next
From: Bertrand Drouvot
Date:
Subject: Generate pgstat_count_slru*() functions for slru using macros