pgsql: Remove some tabs in SQL code in C string literals - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove some tabs in SQL code in C string literals
Date
Msg-id E1jdwk2-0004Ta-2H@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Avoid fragmentation of logical tapes when writing concurrently.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix some mentions to memory units in postgresql.conf.sample