Thread

Commits

  1. Disable command echo in pg_upgrade-created windows scripts

  1. 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
    
    
  2. 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