[WIP] [Stream] Preview of pg_type changes - Mailing list pgsql-hackers

From Radosław Smogura
Subject [WIP] [Stream] Preview of pg_type changes
Date
Msg-id c39df2137c37d375874a77e3b8f47b82@mail.softperience.eu
Whole thread Raw
Responses Re: [WIP] [Stream] Preview of pg_type changes
List pgsql-hackers
 Hello,

 Here I would like to expose changes to pg_type and type infrastructure
 about streaming. Changes are as follows:
 - added new column typstreamin typestremout
 - general contract for those is for streamin same as receive (receive
 use internal), for streamout it is (internal, <type>)
 - changes to psql help
 - and all functionality for type manipulation.

 There is no streamin/streamout methods implemented.

 If someone wants and have time, as this is WIP patch, then suggestions
 are welcome.

 Regards,
 Radek
Attachment

pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: procpid?
Next
From: Heikki Linnakangas
Date:
Subject: Re: Latch implementation that wakes on postmaster death on both win32 and Unix