pgsql: Remove some tabs in SQL code in C string literals

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some tabs in SQL code in C string literals
Date: 2020-05-27 14:09:10
Message-ID: E1jdwk2-0004Ta-2H@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove some tabs in SQL code in C string literals

This is not handled uniformly throughout the code, but at least nearby
code can be consistent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a737be03cf7708e8e27f9596be3406275ec3d49

Modified Files
--------------
src/bin/initdb/initdb.c | 6 +++---
src/bin/pg_dump/pg_dump.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-28 06:44:03 pgsql: Fix some mentions to memory units in postgresql.conf.sample
Previous Message Jeff Davis 2020-05-27 00:24:39 pgsql: Avoid fragmentation of logical tapes when writing concurrently.