mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Run pgindent on 9.2 source tree in preparation for first 9.3
commit-fest.
This commit is contained in:
@@ -163,7 +163,7 @@ typedef struct pgNotify
|
||||
|
||||
/* Function type for row-processor callback */
|
||||
typedef int (*PQrowProcessor) (PGresult *res, const PGdataValue *columns,
|
||||
const char **errmsgp, void *param);
|
||||
const char **errmsgp, void *param);
|
||||
|
||||
/* Function types for notice-handling callbacks */
|
||||
typedef void (*PQnoticeReceiver) (void *arg, const PGresult *res);
|
||||
|
||||
Reference in New Issue
Block a user