Re: Tabs or Spaces - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Tabs or Spaces
Date
Msg-id 459D27AC.4020008@dunslane.net
Whole thread Raw
In response to Re: Tabs or Spaces  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Tabs or Spaces
List pgsql-hackers
Tom Lane wrote:
> "Simon Riggs" <simon@2ndquadrant.com> writes:
>   
>> Minor request for clarification:
>> I read in the Developer's FAQ that tabs should be interpreted as 4
>> spaces. ...and also that pgindent replaces tabs as spaces.
>>     
>
> No, it does the opposite (or I would hope so anyway).
>
>   

Sure looks that way in the code. In fact it detabifies and then 
retabifies, from what I can see.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] wal_checksum = on (default) | off
Next
From: Tom Lane
Date:
Subject: Re: Odd numeric->float4/8 casting behaviour