pgsql: Fix pgindent --show-diff option.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix pgindent --show-diff option.
Дата
Msg-id E1pK1uW-0056tf-CZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pgindent --show-diff option.

At least on my machine, the initial coding of this didn't actually
work, because interpolation of "$post_fh->filename" doesn't act
as intended.

I threw in some double quotes too, just in case anybody tries
to run this in a path containing spaces.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62e1e28bf76910ffe47ddbc5c1fade41e1a65dac

Modified Files
--------------
src/tools/pgindent/pgindent | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove special outfuncs/readfuncs handling of RangeVar.catalogna
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Add non-decimal integer support to type numeric.