diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-02-19 10:06:59 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-02-19 10:06:59 -0500 |
commit | 694e3d139a9d090c58494428bebfadad216419da (patch) | |
tree | 80d2d1acb1e2cb584597a6fc4560ebbf97250574 /src/backend/access/transam/xlogfuncs.c | |
parent | 844a28a9dd1a48045ad1db9246da5e2783c9bd40 (diff) | |
download | postgresql-694e3d139a9d090c58494428bebfadad216419da.tar.gz postgresql-694e3d139a9d090c58494428bebfadad216419da.zip |
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.
Diffstat (limited to 'src/backend/access/transam/xlogfuncs.c')
0 files changed, 0 insertions, 0 deletions