From: | bpalmer <bpalmer(at)crimelabs(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | porting from 7.2 -> 7.4 |
Date: | 2003-12-02 13:53:06 |
Message-ID: | Pine.BSO.4.58.0312020845020.4353@psidion.crimelabs.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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-6226
b. palmer, bpalmer(at)crimelabs(dot)net pgp:crimelabs.net/bpalmer.pgp5
From | Date | Subject | |
---|---|---|---|
Next Message | darren | 2003-12-02 14:33:54 | Re: porting from 7.2 -> 7.4 |
Previous Message | Gaetano Mendola | 2003-12-02 12:18:20 | Re: rebuilding rpm for RH9 error |