Re: Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res
Дата
Msg-id 55F6DF96.1060604@sigaev.ru
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
>      /*
> -    * We use UNION ALL rather than UNION; this might sometimes result in
> -    * duplicate entries in the OID list, but we don't care.
> +    * this might sometimes result in duplicate entries in the OID list,
> +    * but we don't care.
>       */
>
> This looks totally incoherent.  You've removed the thing to which the
> word "this" referred and replaced it with nothing.

Oops.
    /*     * The loop below runs multiple SELECTs might sometimes result in     * duplicate entries in the OID list,
butwe don't care.     */
 

looks reasonable?

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Check existency of table/schema for -t/-n option (pg_dump/pg_res
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Move PinBuffer and UnpinBuffer to atomics