pgsql: Further code review for pg_lsn data type.
От | Robert Haas |
---|---|
Тема | pgsql: Further code review for pg_lsn data type. |
Дата | |
Msg-id | E1WG8nU-0007Nc-GV@gemulon.postgresql.org обсуждение исходный текст |
Ответы |
Re: pgsql: Further code review for pg_lsn data type.
|
Список | pgsql-committers |
Further code review for pg_lsn data type. Change input function error messages to be more consistent with what is done elsewhere. Remove a bunch of redundant type casts, so that the compiler will warn us if we screw up. Don't pass LSNs by value on platforms where a Datum is only 32 bytes, per buildfarm. Move macros for packing and unpacking LSNs to pg_lsn.h so that we can include access/xlogdefs.h, to avoid an unsatisfied dependency on XLogRecPtr. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/694e3d139a9d090c58494428bebfadad216419da Modified Files -------------- src/backend/utils/adt/pg_lsn.c | 38 +++++++++++++++++----------------- src/include/catalog/pg_type.h | 2 +- src/include/fmgr.h | 2 -- src/include/postgres.h | 14 ------------- src/include/utils/pg_lsn.h | 7 +++++++ src/test/regress/expected/pg_lsn.out | 10 ++++----- 6 files changed, 32 insertions(+), 41 deletions(-)
В списке pgsql-committers по дате отправления: