~ubuntu-branches/ubuntu/maverick/libdbd-pg-perl/maverick-updates

« back to all changes in this revision

Viewing changes to dbdimp.c

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-11-30 15:43:41 UTC
  • mfrom: (1.1.16 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081130154341-z1gxdstp70d325ou
Tags: 2.11.5-1
* New upstream release.
* debian/control: add ${misc:Depends} to Depends: field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
  $Id: dbdimp.c 12020 2008-11-01 19:18:51Z turnstep $
 
3
  $Id: dbdimp.c 12099 2008-11-22 16:01:31Z turnstep $
4
4
 
5
5
  Copyright (c) 2002-2008 Greg Sabino Mullane and others: see the Changes file
6
6
  Portions Copyright (c) 2002 Jeffrey W. Baker
2100
2100
        Safefree(statement);
2101
2101
        if (PGRES_COMMAND_OK != status) {
2102
2102
                TRACE_PQERRORMESSAGE;
 
2103
                Safefree(imp_sth->prepare_name);
 
2104
                imp_sth->prepare_name = NULL;
2103
2105
                pg_error(aTHX_ sth, status, PQerrorMessage(imp_dbh->conn));
2104
2106
                if (TEND) TRC(DBILOGFP, "%sEnd pg_st_prepare_statement (error)\n", THEADER);
2105
2107
                return -2;