BUG #12755: pg_upgrage creates potentially dangerous delete_old_cluster.bat

From: toni(dot)helenius(at)syncrontech(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12755: pg_upgrage creates potentially dangerous delete_old_cluster.bat
Date: 2015-02-10 10:44:41
Message-ID: 20150210104441.18791.41198@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12755
Logged by: Toni Helenius
Email address: toni(dot)helenius(at)syncrontech(dot)com
PostgreSQL version: 9.4.1
Operating system: Windows 7
Description:

pg_upgrage creates potentially dangerous delete_old_cluster.bat. RMDIR
without quotes.

RMDIR /s/q C:\Program Files\PostgreSQL\9.3\data

Executes as:
RMDIR /s/q C:\Program

Needs quotes!!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Novák 2015-02-10 11:49:13 Data corruption after restarting replica
Previous Message david.pozsar 2015-02-10 09:56:58 BUG #12754: The 'OF' template pattern of to_char() print incorrect results with negative offsets with minutes