Re: pg_upgrade test mods for Windows/Mingw
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gurjeet Singh <singh.gurjeet@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-09-03T04:19:51Z
Lists: pgsql-hackers
Gurjeet Singh <singh.gurjeet@gmail.com> writes: > [ this needs a comment: ] > `uname -a | sed 's/.* //'` = Msys Also, how about doing that just once and setting a variable to test as needed later? Multiple copied-and-pasted instances of line noise like that are risky. regards, tom lane