Re: use less space in xl_xact_commit patch

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: use less space in xl_xact_commit patch
Дата
Msg-id 930743.2245.qm@web29012.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: use less space in xl_xact_commit patch  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
> The important thing is that we  retain backwards compatibility with
> current XLOG_XACT_COMMIT. I'm not worried  what we call the other one.


Ok,  let me see if I got it right:


#define XLOG_XACT_COMMIT    0x00

should become:

#define XLOG_XACT_COMMIT_WITH_INFO    0x00

and I'll add a

#define XLOG_XACT_COMMIT  0x60



Than I'll leave 2 structs, "xl_xact_commit_with_info" and
"xl_xact_commit".




Leonardo


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: use less space in xl_xact_commit patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade using appname to lock out other users