Re: some pg_dump query code simplification

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: some pg_dump query code simplification
Дата
Msg-id 9700dff7-f05a-9129-09ab-a9be54903d6b@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: some pg_dump query code simplification  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: some pg_dump query code simplification  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 28/08/2018 23:43, Tom Lane wrote:
> I think I had this discussion already with somebody, but ... I do not
> like this style at all:
> 
>             tbinfo->attidentity[j] = (i_attidentity >= 0 ? *(PQgetvalue(res, j, i_attidentity)) : '\0');

OK, updated patch attached.  If the updated style is acceptable, I'll
start running more extensive tests against the older branches.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Removing useless \. at the end of copy in pgbench
Следующее
От: Tom Lane
Дата:
Сообщение: Re: buildfarm: could not read block 3 in file "base/16384/2662": read only 0 of 8192 bytes