Thread
Commits
-
Disable command echo in pg_upgrade-created windows scripts
- 91d76613b7ec 15.0 landed
-
pg_upgrade don't echo windows commands
Andrew Dunstan <andrew@dunslane.net> — 2021-06-04T16:10:47Z
Here's a completely trivial command to turn of echoing of a couple of Windows commands pg_upgrade writes to cleanup scripts. This makes them behave more like the Unix equivalents. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
-
Re: pg_upgrade don't echo windows commands
Michael Paquier <michael@paquier.xyz> — 2021-07-26T07:13:20Z
On Fri, Jun 04, 2021 at 12:10:47PM -0400, Andrew Dunstan wrote: > Here's a completely trivial command to turn of echoing of a couple of > Windows commands pg_upgrade writes to cleanup scripts. This makes them > behave more like the Unix equivalents. Why not. Perhaps you should add a comment to mention that appending @ to those commands disables echo. That's not obvious for the reader. -- Michael