Обсуждение: Comment typo in pg_dump.h

Поиск
Список
Период
Сортировка

Comment typo in pg_dump.h

От
Amit Langote
Дата:
Attached fixes the following comment typo (copy-pasto):

-    Oid         toast_oid;      /* for restore toast frozen xid */
+    Oid         toast_oid;      /* for restore toast table oid */

Thanks,
Amit

Вложения

Re: Comment typo in pg_dump.h

От
Tom Lane
Дата:
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> writes:
> Attached fixes the following comment typo (copy-pasto):
> -    Oid         toast_oid;      /* for restore toast frozen xid */
> +    Oid         toast_oid;      /* for restore toast table oid */

That comment needs more help than just that ;-).  Done, thanks.
        regards, tom lane



Re: Comment typo in pg_dump.h

От
Amit Langote
Дата:
On 2015/12/25 0:44, Tom Lane wrote:
> Amit Langote <Langote_Amit_f8@lab.ntt.co.jp> writes:
>> Attached fixes the following comment typo (copy-pasto):
>> -    Oid         toast_oid;      /* for restore toast frozen xid */
>> +    Oid         toast_oid;      /* for restore toast table oid */
> 
> That comment needs more help than just that ;-).  Done, thanks.

It definitely did, thanks!

Regards,
Amit