atttypmod now 32 bits, interface change

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: pgsql-interfaces(at)postgresql(dot)org (PostgreSQL-interfaces), hackers(at)postgresql(dot)org (PostgreSQL-development)
Subject: atttypmod now 32 bits, interface change
Date: 1998-07-13 02:51:55
Message-ID: 199807130251.WAA22056@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

I was wrong.

atttypmod was passed as int16 to the clients. attypmod is now passed as
int32. I have modified libpq to fix this. I think only odbc needs to
be changed for this. I know odbc is not maintained here, but is
uploaded from somewhere else. The maintainer needs to change this. The
other interfaces look OK.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Davide Libenzi 1998-07-13 10:07:18 subscribe
Previous Message Bruce Momjian 1998-07-12 22:04:27 Re: [HACKERS] Re: [DOCS] Re: FE/BE protocol revision patcht

Browse pgsql-interfaces by date

  From Date Subject
Next Message David GROSS 1998-07-13 07:06:43 using c++ for functions
Previous Message Screech 1998-07-12 23:24:35 Re: [INTERFACES] Creating a C Function