]> granicus.if.org Git - postgresql/commit
Allow binary I/O of type "void".
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Feb 2011 18:08:22 +0000 (13:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 22 Feb 2011 18:08:22 +0000 (13:08 -0500)
commit1ab9b012bdf1f106792fc523e21b9ca8299bb8ed
tree088398d9ed9d5e03cbdeb1c9170b7ae6774498aa
parentedb382179d49105a236b54678a5a4020276df071
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
src/backend/utils/adt/pseudotypes.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h
src/include/utils/builtins.h