pgsql: Allow binary I/O of type "void".

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Allow binary I/O of type "void".
Дата
Msg-id E1PrwfQ-000486-IF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1ab9b012bdf1f106792fc523e21b9ca8299bb8ed

Modified Files
--------------
src/backend/utils/adt/pseudotypes.c |   28 ++++++++++++++++++++++++++++
src/include/catalog/catversion.h    |    2 +-
src/include/catalog/pg_proc.h       |    4 ++++
src/include/catalog/pg_type.h       |    2 +-
src/include/utils/builtins.h        |    2 ++
5 files changed, 36 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Reword information_schema duplicate constraint warning text.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix a couple of unlogged tables goofs.