In trying to use IOBuffer in the pgsql driver I notice that I'm missing a read-a-\0-terminated string function from the buffer.
I could add this functionality as part of read_hstring(). The two obvious choices are: a. Perform it when called as read_hstring(0); b. Perform it when called as read_hstring(); c. None of the above.
Any preferences?