[WIP] [Stream] Preview of pg_type changes

Lists: pgsql-hackers
From: Radosław Smogura <rsmogura(at)softperience(dot)eu>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [WIP] [Stream] Preview of pg_type changes
Date: 2011-06-16 15:29:58
Message-ID: c39df2137c37d375874a77e3b8f47b82@mail.softperience.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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 Content-Type Size
stream_pg_type.patch.gz application/x-gzip 10.0 KB

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Radosław Smogura <rsmogura(at)softperience(dot)eu>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [WIP] [Stream] Preview of pg_type changes
Date: 2011-06-16 15:37:07
Message-ID: BANLkTi=svgQi7t1-WSHB=nvXO7U-puinSw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello

2011/6/16 Radosław Smogura <rsmogura(at)softperience(dot)eu>:
> 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.
>

what is difference between typestremout function and typesend function?

Regards

Pavel Stehule

> There is no streamin/streamout methods implemented.
>
> If someone wants and have time, as this is WIP patch, then suggestions are
> welcome.
>
> Regards,
> Radek
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
>