pgsql: Do not pass "-N" to initdb.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Do not pass "-N" to initdb.
Date: 2014-12-26 05:56:58
Message-ID: E1Y4NtS-0001Ss-Hi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Do not pass "-N" to initdb.

Per buildfarm member hamerkop. Oversight in 9.2 back-patch of commit
f6dc6dd5ba54d52c0733aaafc50da2fbaeabb8b0; earlier versions lack the
affected test suite, and later versions have the "-N" option.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a986143c697b9053b5fc52b8eb4272c4b537bbd1

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-12-26 16:54:42 pgsql: Grab heavyweight tuple lock only before sleeping
Previous Message Michael Paquier 2014-12-25 23:40:53 Re: pgsql: Move pg_lzcompress.c to src/common.