>
> 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 a
chance to look last night. Did you start a new tree for
7.4?
Darren
>
--
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