git.postgresql.org Git - postgresql.git/commit
2016年10月25日 16:00:00 +0000 (12:00 -0400)
2016年10月25日 21:02:22 +0000 (17:02 -0400)
commit 8c035e55c4807dc5844f563dcbbc44ffe2fdd4d6
pg_dump: Simplify internal archive version handling
The ArchiveHandle structure contained the archive format version number
twice, once as a single field and once split into components. Simplify
that by just keeping the single field and adding some macros to extract
the components. Introduce some macros for composing version numbers, to
eliminate the repeated use of magic formulas. Drop the unused trailing
zero byte from the run-time composite version representation.
reviewed by Tom Lane
This is the main PostgreSQL git repository.
RSS
Atom