Thread: porting from 7.2 -> 7.4

porting from 7.2 -> 7.4

From
bpalmer
Date:
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
 


Re: porting from 7.2 -> 7.4

From
Date:

> 
> 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
> 
Sorry I'm not answering your question, but I didn't have achance to look last night.  Did you start a new tree for
7.4?

Darren
>