porting from 7.2 -> 7.4

Поиск
Список
Период
Сортировка
От bpalmer
Тема porting from 7.2 -> 7.4
Дата
Msg-id Pine.BSO.4.58.0312020845020.4353@psidion.crimelabs.net
обсуждение исходный текст
Список pgsql-hackers
I'm trying to port some replication code from 7.2 -> 7.4 and am running 
into a block.

In the file: /src/backend/tcop/postgres.c

My diff was for:

void
pg_exec_query(char *query_string)
{
      pg_exec_query_string(query_string, whereToSendOutput,             QueryContext);


}


But the pg_exec_query_string function seems to have left.  Can someone 
share with me insight as to what it has been replaced by?

Thanks,
- Brandon


----------------------------------------------------------------------------c: 917-697-8665
              h: 201-435-6226b. palmer,  bpalmer@crimelabs.net           pgp:crimelabs.net/bpalmer.pgp5
 


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: rebuilding rpm for RH9 error
Следующее
От:
Дата:
Сообщение: Re: porting from 7.2 -> 7.4