Query

Поиск
Список
Период
Сортировка
От Shaunak Godbole
Тема Query
Дата
Msg-id c51e33740704090702t5d020b7bh54bdbdad5757cb8@mail.gmail.com
обсуждение исходный текст
Ответы Re: Query  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Query  (nagsid <nags@it.iitb.ac.in>)
Список pgsql-hackers
Hi,<br /><br />As a part of my university project, I am trying to modify the postgres code to support parallel system.
<br/><br />As the first step I have partitioned the data on different processors. And have kept a master node to
processall the query requests. Whenever my master node is queried I need to push my query onto the backend processors.
Forthis I need a way of connect to different backends via my master node's backend. <br /><br />I have tried different
functionslike:<br />do_connect<br />SendQuery<br />PQconnectdb<br />etc. <br /><br />But all of them give the same
compilationerror of not being able to find the reference to the functions. Now if I include command.o and common.o
presentin src/bin/psql, I get the error of not referencing other functions.<br /><br />I there a way of accessing other
backendsthrough the master backend.<br /><br />Thanks & Regards,<br />Shaunak Godbole <br clear="all" /><br />--
<br/>It is not the aptitude but the attitude that decides a persons altitude<br />Shaunak Godbole<br />Senior
Undergraduate<br/>Computer Science Dept.<br />IIT Powai, Mumbai 400076<br />Ph no: +91 98695 41960  

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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: CIC and deadlocks
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCHES] Arrays of Complex Types