Re: integer arrays

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: integer arrays
Date: 2001-04-16 19:49:36
Message-ID: 18784.987450576@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mlw <markw(at)mohawksoft(dot)com> writes:
> I have looked and I have looked, it is not immediately clear to me how
> integer arrays are passed to C function.

See src/include/utils/array.h, also src/backend/utils/adt/arrayfuncs.c
and src/backend/utils/adt/arrayutils.c. Beware: this code is pretty
messy.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Masto 2001-04-16 20:46:05 No printable 7.1 docs?
Previous Message mlw 2001-04-16 19:18:55 integer arrays