mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Use a macro LogicalTapeReadExact() to encapsulate the error check when we want to read an exact number of bytes from a "tape". Per a suggestion of Takahiro Itagaki.