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: 2023-04-19 07:39:12
Message-ID: E1pp2PG-003nvQ-Oo@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/77dedeb2c45745f592b504e181fa9d391d9afff0

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-04-19 10:57:59 pgsql: Fix errormessage for missing system CA in OpenSSL 3.1
Previous Message Michael Paquier 2023-04-19 05:06:15 Re: pgsql: Build ICU support by default.