Allow binary I/O of type "void".

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1ab9b012bdf1f106792fc523e21b9ca8299bb8ed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-02-22T18:08:22Z
Releases: 9.1.0
Allow binary I/O of type "void".

void_send is useful for the same reason that void_out doesn't throw error,
namely that someone might do "select void_returning_func(...)"  from a
client that prefers to operate in binary mode.  The void_recv function may
or may not have any practical use, but we provide it for symmetry.

Radosław Smogura

Files