Re: Add support for DEFAULT specification in COPY FROM

Поиск
Список
Период
Сортировка
От Israel Barth Rubio
Тема Re: Add support for DEFAULT specification in COPY FROM
Дата
Msg-id CAO_rXXAgfROxJAyZzD2kM9g7sRi4QGzTXo8f3maaGjmL5W=Bwg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add support for DEFAULT specification in COPY FROM  (Zhihong Yu <zyu@yugabyte.com>)
Ответы Re: Add support for DEFAULT specification in COPY FROM
Список pgsql-hackers
Hello Zhihong,

> For the last question, please take a look at:
> #define MemSetAligned(start, val, len) \ 
> which is called by palloc0().

Oh, I totally missed that. Thanks for the heads up!

I'm attaching the new patch version, which contains both the fix
to the problem reported by Andres, and removes this useless
MemSet call.

Best regards,
Israel.
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: use has_privs_of_role() for pg_hba.conf
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Nicely exiting PG_TRY and PG_CATCH