mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
is called. getByte presents a can't happen situation as no function can return a TINYINT because pg doesn't have an equivalent type. Make this throw an exception if we get to this point. Thanks to Christian Niles.