Re: Support tab completion for upper character inputs in psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Support tab completion for upper character inputs in psql
Дата
Msg-id 575833.1658501727@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Support tab completion for upper character inputs in psql  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
Список pgsql-hackers
"tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com> writes:
> I think 02b8048 forgot to free some used memory. 
> Attached a tiny patch to fix it. Please have a check.

Right you are.  Inspired by that, I tried running some tab-completion
operations under valgrind, and found another nearby leak in
patternToSQLRegex.  Fixes pushed.

            regards, tom lane



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: StrategyAM for IndexAMs
Следующее
От: Dave Cramer
Дата:
Сообщение: Proposal to provide the facility to set binary format output for specific OID's per session