Re: gcc -ftabstop option

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: gcc -ftabstop option
Date: 2022-06-22 19:48:53
Message-ID: EB21D75F-FFE4-4FF5-88F4-36E569BBD692@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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? Adding -ftabstop only allows the compiler to be able to properly
detect it.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2022-06-22 20:04:22 Re: explain analyze rows=%.0f
Previous Message Nikolay Samokhvalov 2022-06-22 19:27:25 Re: Amcheck verification of GiST and GIN