Re: WIP pgindent replacement
David Christensen <david@endpoint.com>
From: David Christensen <david@endpoint.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-06-22T06:03:39Z
Lists: 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 the token =- 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