Re: gcc -ftabstop option

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: gcc -ftabstop option
Date: 2022-06-23 07:09:49
Message-ID: 7c0ab498-13a8-8970-9e15-42350d50a777@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22.06.22 21:48, Daniel Gustafsson wrote:
>> On 21 Jun 2022, at 12:49, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> wrote:
>
>> Second, it enables the compiler's detection of confusingly indented code to work more correctly.
>
> Wouldn't we also need to add -Wmisleading-indentation for this to trigger any
> warnings?

That is included in -Wall.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message wangw.fnst@fujitsu.com 2022-06-23 07:21:43 RE: Perform streaming logical transactions by background workers and parallel apply
Previous Message houzj.fnst@fujitsu.com 2022-06-23 07:09:11 RE: Support logical replication of DDLs