porting from 7.2 -> 7.4 - Mailing list pgsql-hackers

From bpalmer
Subject porting from 7.2 -> 7.4
Date
Msg-id Pine.BSO.4.58.0312020845020.4353@psidion.crimelabs.net
Whole thread Raw
List 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 by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: rebuilding rpm for RH9 error
Next
From:
Date:
Subject: Re: porting from 7.2 -> 7.4