Definition at line 401 of file shp2pgsql-gui.c.
402{
403 char *errmsg = NULL;
404
405
407
408 if ( rollback ) errmsg = "Roll back the copy.";
409
410
412 {
413
415 return 0;
416 }
417
418 return 1;
419}
static void static void static void pgui_logf(const char *fmt,...) __attribute__((format(printf
static PGconn * pg_connection
References pg_connection, and pgui_logf().
Referenced by pgui_action_import().