mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Massive commit to run PGINDENT on all *.c and *.h files.
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
PGresult *doquery(char *query);
|
||||
PGconn *connectdb();
|
||||
void disconnectdb();
|
||||
int fetch(void *param, ...);
|
||||
int fetchwithnulls(void *param, ...);
|
||||
void on_error_continue();
|
||||
void on_error_stop();
|
||||
PGresult *doquery(char *query);
|
||||
PGconn *connectdb();
|
||||
void disconnectdb();
|
||||
int fetch(void *param,...);
|
||||
int fetchwithnulls(void *param,...);
|
||||
void on_error_continue();
|
||||
void on_error_stop();
|
||||
|
||||
#define END_OF_TUPLES (-1)
|
||||
|
Reference in New Issue
Block a user