Re: WIP pgindent replacement - Mailing list pgsql-hackers

From David Christensen
Subject Re: WIP pgindent replacement
Date
Msg-id 59AB9A94-AAE6-4B46-AD07-A72EB44AFBAB@endpoint.com
Whole thread Raw
In response to WIP pgindent replacement  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: WIP pgindent replacement
List pgsql-hackers
>     # Avoid bug that converts 'x =- 1' to 'x = -1'

>     $source =~ s!=- !-= !g;


I haven't looked at the shell script this replaces, but is that the correct substitution pattern?  (BTW, I'm not seeing
thetoken =- anywhere except in the Makefile, which wouldn't be run against, no?  Am I missing something?) 

Regards,

David
--
David Christensen
End Point Corporation
david@endpoint.com






pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Indication of db-shared tables
Next
From: Heikki Linnakangas
Date:
Subject: Re: Coding style point: "const" in function parameter declarations