| From: | Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com> |
|---|---|
| To: | Jeff Davis <pgsql(at)j-davis(dot)com> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: SPI shared memory ? |
| Date: | 2007-09-21 23:59:26 |
| Message-ID: | 1190419166.86446.30.camel@localhost |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Yes, I'd like to get some memory of my own, so that it can
be shared between functions executing in different connections.
Is there an existent API, or should I just straight use Unix IPC ?
Thanks!
Alex.
On Fri, 2007-09-21 at 16:33 -0700, Jeff Davis wrote:
> On Fri, 2007-09-21 at 12:50 -0700, Alex Vinogradovs wrote:
> > Guys,
> >
> >
> > Is there any exposed PG-specific API to utilize shared memory while
> > working with SPI ? Thanks!
> >
>
> What are you trying to do?
>
> The available SPI functions don't include any shared memory access, do
> you actually want access to postgresql's shared structures, or do you
> just want your own area?
>
> Regards,
> Jeff Davis
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | nelsonsoft | 2007-09-22 01:27:33 | Re: Migration from PervasiveSQL |
| Previous Message | Jeff Davis | 2007-09-21 23:33:03 | Re: SPI shared memory ? |