AW: [HACKERS] PostgreSQL v6.4 BETA2...

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'D'Arcy J(dot)M(dot) Cain'" <darcy(at)druid(dot)net>
Cc: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: AW: [HACKERS] PostgreSQL v6.4 BETA2...
Date: 1998-10-15 12:37:49
Message-ID: 01BDF849.A6FD2170@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The problem is probably that the functions incorrectly return text *
but use it like char *. text * is a varlena

e.g. text *inet_netmask in inet.c
eighter must be char *inet_netmask or correctly use macros VARDATA and VARSIZE

Andreas

----------
Von: D'Arcy J.M. Cain[SMTP:darcy(at)druid(dot)net]
Gesendet: Donnerstag, 15. Oktober 1998 13:54
An: Marc G. Fournier
Cc: pgsql-hackers(at)postgreSQL(dot)org
Betreff: Re: [HACKERS] PostgreSQL v6.4 BETA2...

Thus spake Marc G. Fournier
> With this BETA, the source code is frozen...there is *absolutely* no
> changes to be made except that which is required to fix a bug that
> pertains to the building and/or running on a particular platform, or to
> fix a crucial bug.

What about the inet stuff. I'm just waiting for Paul's inet_cidr*
functions to test and submit the final stuff. As it stand it will
crash the backend if you use it. I guess that makes it a bug fix,
right?

I'll submit the builtins.h changes in the meantime. Perhaps I can
cobble up my own version of the inet_cidr* functions at least to
be able to test my functions.

--
D'Arcy J.M. Cain <darcy(at){druid|vex}.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 424 2871 (DoD#0082) (eNTP) | what's for dinner.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 1998-10-15 14:08:12 Re: order by and index path (was: What about LIMIT in SELECT ?)
Previous Message Vladimir Litovka 1998-10-15 12:35:53 Optimizing perfomance using indexes