BUG #16963: Wrong command in C:\Program Files (x86)\PostgreSQL\10\pg_env.bat - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16963: Wrong command in C:\Program Files (x86)\PostgreSQL\10\pg_env.bat
Date
Msg-id 16963-041737dd5f33db32@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16963
Logged by:          Francis ANDRE
Email address:      zosrothko@orange.fr
PostgreSQL version: 11.10
Operating system:   Windows 10
Description:

Hello
The command below from C:\Program Files (x86)\PostgreSQL\10\pg_env.bat is
wrong:

Instead of:   @SET PATH="C:\Program Files (x86)\PostgreSQL\10\bin";%PATH%

it should be: @SET PATH=C:\Program Files (x86)\PostgreSQL\10\bin;%PATH%

Rgds


pgsql-bugs by date:

Previous
From: Thomas Munro
Date:
Subject: Re: postgres has no spinlock support on riscv rv64imafdc
Next
From: PG Bug reporting form
Date:
Subject: BUG #16964: Quadratic performance degradation of INSERT and ADD CONSTRAINT for intarray/GIST EXCLUDE CONSTRAINT