Thread
Commits
-
doc: Tell about "vcregress taptest" for regression tests on Windows
- 6181eca090da 11.22 landed
- 11bb77da233b 12.17 landed
- b52db237ae35 13.13 landed
- 0c4d7a12687c 14.10 landed
- 3c065d5a7ecd 15.5 landed
- b7f92b1150d1 16.1 landed
- dbd44ea30c5c 17.0 landed
-
Doc: vcregress .bat commands list lacks "taptest"
Yugo Nagata <nagata@sraoss.co.jp> — 2023-09-25T06:32:04Z
Hi, I found that "taptest" is missing in vcregress.bat command list in the documentation when I tested psql and pgbench on Windows. I know there is a plan to remove MSVC scripts[1], but is it worth adding one line to the list for now? [1] https://www.postgresql.org/message-id/flat/ZQzp_VMJcerM1Cs_%40paquier.xyz I attached a patch for this case. Regards, Yugo Nagata -- Yugo NAGATA <nagata@sraoss.co.jp>
-
Re: Doc: vcregress .bat commands list lacks "taptest"
Michael Paquier <michael@paquier.xyz> — 2023-09-25T06:58:39Z
On Mon, Sep 25, 2023 at 03:32:04PM +0900, Yugo NAGATA wrote: > I found that "taptest" is missing in vcregress.bat command list in the > documentation when I tested psql and pgbench on Windows. I know there > is a plan to remove MSVC scripts[1], but is it worth adding one line > to the list for now? > > [1] https://www.postgresql.org/message-id/flat/ZQzp_VMJcerM1Cs_%40paquier.xyz > > I attached a patch for this case. Assuming that the MSVC scripts are gone in v17, and assuming that your suggestion is backpatched, it would still be useful for 5 years until v16 is EOL'd. So I would say yes, but with a backpatch. -- Michael
-
Re: Doc: vcregress .bat commands list lacks "taptest"
Daniel Gustafsson <daniel@yesql.se> — 2023-09-25T07:14:48Z
> On 25 Sep 2023, at 08:58, Michael Paquier <michael@paquier.xyz> wrote: > I would say yes, but with a backpatch. Agreed. -- Daniel Gustafsson
-
Re: Doc: vcregress .bat commands list lacks "taptest"
Andrew Dunstan <andrew@dunslane.net> — 2023-09-25T15:07:57Z
On 2023-09-25 Mo 03:14, Daniel Gustafsson wrote: >> On 25 Sep 2023, at 08:58, Michael Paquier<michael@paquier.xyz> wrote: >> I would say yes, but with a backpatch. > Agreed. +1 cheers andrew -- Andrew Dunstan EDB:https://www.enterprisedb.com
-
Re: Doc: vcregress .bat commands list lacks "taptest"
Michael Paquier <michael@paquier.xyz> — 2023-09-25T23:18:01Z
On Mon, Sep 25, 2023 at 11:07:57AM -0400, Andrew Dunstan wrote: > +1 Thanks, applied and backpatched then. -- Michael
-
Re: Doc: vcregress .bat commands list lacks "taptest"
Yugo Nagata <nagata@sraoss.co.jp> — 2023-09-26T05:21:45Z
On Tue, 26 Sep 2023 08:18:01 +0900 Michael Paquier <michael@paquier.xyz> wrote: > On Mon, Sep 25, 2023 at 11:07:57AM -0400, Andrew Dunstan wrote: > > +1 > > Thanks, applied and backpatched then. Thank you! Regards, Yugo Nagata > -- > Michael -- Yugo NAGATA <nagata@sraoss.co.jp>