Re: use less space in xl_xact_commit patch

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: use less space in xl_xact_commit patch
Дата
Msg-id 584630.58342.qm@web29016.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: use less space in xl_xact_commit patch  (Leonardo Francalanci <m_lists@yahoo.it>)
Ответы Re: use less space in xl_xact_commit patch
Re: use less space in xl_xact_commit patch
Список pgsql-hackers
this is a second version: now using

 int          counts[1];      /* variable-length array of counts */

in xl_xact_commit to keep track of number of

different arrays at the end of the struct.

Waiting for feedbacks...




Leonardo
Вложения

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

Предыдущее
От: Leonardo Francalanci
Дата:
Сообщение: Re: use less space in xl_xact_commit patch
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Passing an array or record to a stored procedure in PostgreSQL