Re: WIP pgindent replacement

Поиск
Список
Период
Сортировка
От David Christensen
Тема Re: WIP pgindent replacement
Дата
Msg-id 59AB9A94-AAE6-4B46-AD07-A72EB44AFBAB@endpoint.com
обсуждение исходный текст
Ответ на WIP pgindent replacement  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: WIP pgindent replacement
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Indication of db-shared tables
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Coding style point: "const" in function parameter declarations