psql patch

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема psql patch
Дата
Msg-id 20030213134934.GE17237@bulletproof
обсуждение исходный текст
Ответы Re: psql patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: psql patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: psql patch  (Neil Conway <neilc@samurai.com>)
Re: psql patch  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Here's some changes I made last night to psql's common.c (as found in
7.3.2).  It removes some code duplication and #ifdeffing, and some
unstructured ugliness such as tacky breaks and an unneeded continue.
Breaks up a large function into smaller functions and reduces required
nesting levels, and kills a variable or two.

If this doesn't apply against CVS, I can try to redo it on the CVS
version, but could anyone try it out before I go to all that overhead?


Jeroen


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cosmetic change in catalog/index.c
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Docs for service file