pgsql: Switch from tabs to spaces in postgresql.conf.sample. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Switch from tabs to spaces in postgresql.conf.sample.
Date
Msg-id E1vLOab-000AZc-1i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Switch from tabs to spaces in postgresql.conf.sample.

This file is written for 8-space tabs, since we expect that most
users who edit their configuration files use 8-space tabs.
However, most of PostgreSQL is written for 4-space tabs, and at
least one popular web interface defaults to 4-space tabs.  Rather
than trying to standardize on a particular tab width for this file,
let's just switch to spaces.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/aReNUKdMgKxLqmq7%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f63ae72bbcea057534144eaf27ffe3f6e9267511

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 976 +++++++++++++-------------
1 file changed, 488 insertions(+), 488 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Log a note at program start when running in dry-run mode
Next
From: Nathan Bossart
Date:
Subject: pgsql: Add commit f63ae72bbc to .git-blame-ignore-revs.