Re: AW: [HACKERS] PostgreSQL v6.4 BETA2... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: AW: [HACKERS] PostgreSQL v6.4 BETA2...
Date
Msg-id 199810151609.MAA15256@candle.pha.pa.us
Whole thread Raw
In response to AW: [HACKERS] PostgreSQL v6.4 BETA2...  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
List 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

No, they are missing sections as we wait for additional inet functions.


--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] PostgreSQL v6.4 BETA2...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in