pgsql: Code review for logical decoding patch.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Code review for logical decoding patch.
Дата
Msg-id E1Wim61-0008S4-6r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Code review for logical decoding patch.

Post-commit review identified a number of places where addition was
used instead of multiplication or memory wasn't zeroed where it should
have been.  This commit also fixes one case where a structure member
was mis-initialized, and moves another memory allocation closer to
the place where the allocated storage is used for clarity.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f1d8dd3647fd0c87f0fb238f7cfc45c1ce282a55

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c |   13 +++++--------
src/backend/replication/logical/snapbuild.c     |   11 +++++------
2 files changed, 10 insertions(+), 14 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove overeager assertion in logical_heap_begin_rewrite.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Get rid of bogus dependency on typcategory in to_json() and frie