pgsql: Repair whitespace in initdb message. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Repair whitespace in initdb message.
Date
Msg-id E1bhK94-0006SO-5E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Repair whitespace in initdb message.

What used to be four spaces somehow turned into a tab and a couple of
spaces in commit a00c58314, no doubt from overhelpful emacs autoindent.
Noted by Peter Eisentraut.

Branch
------
master

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

Modified Files
--------------
src/bin/initdb/initdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Next
From: Tom Lane
Date:
Subject: pgsql: Teach appendShellString() to not quote strings containing "-".