Consistently libpq forward declaration in remote_commands.h.

pull/1155/head
Andres Freund 2017-01-20 22:27:50 -08:00
parent 52c3369f79
commit fd717d6da9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ extern void ExecuteCriticalRemoteCommand(MultiConnection *connection,
const char *command);
extern int ExecuteOptionalRemoteCommand(MultiConnection *connection,
const char *command,
PGresult **result);
struct pg_result **result);
extern int SendRemoteCommand(MultiConnection *connection, const char *command);
extern int SendRemoteCommandParams(MultiConnection *connection, const char *command,
int parameterCount, const Oid *parameterTypes,