plpq for dblink

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема plpq for dblink
Дата
Msg-id 200305240410.h4O4Aq801674@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-patches
Can someone comment on this code that seems to add plpq to dblink?
Email attached.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
    Tree weeks later than I promised, but it is finished (I hope).

In attachment are files:
    dblink.c
    dblink.h
    dblink.sql.in
    pqtest.sql

In file pqtest.sql is sample queries and results. It seem OK to me.

There are two reasons why I did not make a diff.

1. The source I started from is 7.3b1, not the latest.
2. I would like You to check the code, especially the part that touches memory
management.
I can say that it works, but I do not know exactly why, and this can be
dangerous. With my knowledge of postgres internals this is
as far I can go at the moment. And once more sorry for bad English !

Regards !
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Domain casting still not working right?
Следующее
От: Bruce Momjian
Дата:
Сообщение: cleanup of cbrt() handling