Fix a comment error in logicalrep_write_typ()

Поиск
Список
Период
Сортировка
От cca5507
Тема Fix a comment error in logicalrep_write_typ()
Дата
Msg-id tencent_CDECB843B30A8B6B5152FA6458F0F00FDE09@qq.com
обсуждение исходный текст
Ответы Re: Fix a comment error in logicalrep_write_typ()
Список pgsql-hackers
Hi,

-       /* use Oid as relation identifier */
+       /* use Oid as type identifier */
        pq_sendint32(out, typoid);

I think it must be "type identifier" rather than "relation identifier".

--
Regards,
ChangAo Chen
Вложения

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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: PG_TEST_EXTRA and meson
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Pluggable cumulative statistics