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: 2022-05-10 19:16:49
Message-ID: E1noVLk-0002k8-VS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/93e6892f6717d5777c9decef301728e8bb3f011b

Modified Files
--------------
src/bin/psql/describe.c | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-05-10 20:05:33 pgsql: relnote: extensive updates
Previous Message Peter Eisentraut 2022-05-10 18:35:26 pgsql: doc: Update SQL keywords for SQL:2016 technical corrigenda