Re: WIP pgindent replacement

From: David Christensen <david(at)endpoint(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP pgindent replacement
Date: 2011-06-22 06:03:39
Message-ID: 59AB9A94-AAE6-4B46-AD07-A72EB44AFBAB@endpoint.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)endpoint(dot)com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-06-22 06:12:22 Re: Indication of db-shared tables
Previous Message Dan Ports 2011-06-22 05:44:58 Re: pika buildfarm member failure on isolationCheck tests