Re: [COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Rafael Martinez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/12/2011 07:55 PM, Andres Freund wrote: > On Monday, December 12, 2011 07:48:01 PM Tom Lane wrote: >> Andres Freund writes: >>> On Monday, December 12, 2011 09:29:23 AM Heikki Linnakangas wrote: Revert the behavior of inet/cidr functions to

Re: [COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Heikki Linnakangas
On 12.12.2011 20:55, Andres Freund wrote: On Monday, December 12, 2011 07:48:01 PM Tom Lane wrote: Andres Freund writes: On Monday, December 12, 2011 09:29:23 AM Heikki Linnakangas wrote: Revert the behavior of inet/cidr functions to not unpack the arguments. Whats the plan to handle this w

[COMMITTERS] pgsql: Move BKP_REMOVABLE bit from individual WAL records to WAL page h

2011-12-12 Thread Tom Lane
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. Removing this bit from xl_info allows us to restore the old limit of four (not three) separate pages touched by a WAL record, which is needed for the upcoming SP-GiST feature, and will likely be useful elsewhere in future. Wh

Re: [COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Andres Freund
On Monday, December 12, 2011 07:48:01 PM Tom Lane wrote: > Andres Freund writes: > > On Monday, December 12, 2011 09:29:23 AM Heikki Linnakangas wrote: > >> Revert the behavior of inet/cidr functions to not unpack the arguments. > > > > Whats the plan to handle this wrt a stable release? > > I w

Re: [COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Tom Lane
Andres Freund writes: > On Monday, December 12, 2011 09:29:23 AM Heikki Linnakangas wrote: >> Revert the behavior of inet/cidr functions to not unpack the arguments. > Whats the plan to handle this wrt a stable release? I was wondering whether we shouldn't revert the original patch altogether in

Re: [COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Andres Freund
Hi, On Monday, December 12, 2011 09:29:23 AM Heikki Linnakangas wrote: > Revert the behavior of inet/cidr functions to not unpack the arguments. Whats the plan to handle this wrt a stable release? We had one more report of this on irc and I got two calls from clients already. And I don't have tha

[COMMITTERS] npgsql - Npgsql2: Fixed line endings.

2011-12-12 Thread User Fxjr
Log Message: --- Fixed line endings. Modified Files: -- Npgsql2/src/Npgsql: PGUtil.cs (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/PGUtil.cs?r1=1.15&r2=1.16) -- Sent via pgsql-committers mailing list (pgsql-comm

[COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Heikki Linnakangas
Revert the behavior of inet/cidr functions to not unpack the arguments. I forgot to change the functions to use the PG_GETARG_INET_PP() macro, when I changed DatumGetInetP() to unpack the datum, like Datum*P macros usually do. Also, I screwed up the definition of the PG_GETARG_INET_PP() macro, and

[COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Heikki Linnakangas
Revert the behavior of inet/cidr functions to not unpack the arguments. I forgot to change the functions to use the PG_GETARG_INET_PP() macro, when I changed DatumGetInetP() to unpack the datum, like Datum*P macros usually do. Also, I screwed up the definition of the PG_GETARG_INET_PP() macro, and

[COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Heikki Linnakangas
Revert the behavior of inet/cidr functions to not unpack the arguments. I forgot to change the functions to use the PG_GETARG_INET_PP() macro, when I changed DatumGetInetP() to unpack the datum, like Datum*P macros usually do. Also, I screwed up the definition of the PG_GETARG_INET_PP() macro, and

[COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Heikki Linnakangas
Revert the behavior of inet/cidr functions to not unpack the arguments. I forgot to change the functions to use the PG_GETARG_INET_PP() macro, when I changed DatumGetInetP() to unpack the datum, like Datum*P macros usually do. Also, I screwed up the definition of the PG_GETARG_INET_PP() macro, and

[COMMITTERS] pgsql: Revert the behavior of inet/cidr functions to not unpack the arg

2011-12-12 Thread Heikki Linnakangas
Revert the behavior of inet/cidr functions to not unpack the arguments. I forgot to change the functions to use the PG_GETARG_INET_PP() macro, when I changed DatumGetInetP() to unpack the datum, like Datum*P macros usually do. Also, I screwed up the definition of the PG_GETARG_INET_PP() macro, and