[BACK]Return to dlz_postgres_driver.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / contrib / dlz / drivers

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/contrib/dlz/drivers/Attic/dlz_postgres_driver.c between version 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2022/09/23 12:09:14 version 1.1.1.5, 2023/01/25 20:36:41
Line 1110  postgres_create(const char *dlzname, uns
Line 1110  postgres_create(const char *dlzname, uns
                 /* if we cannot connect the first time, try 3 more times. */                  /* if we cannot connect the first time, try 3 more times. */
                 for (j = 0;                  for (j = 0;
                      PQstatus((PGconn *)dbi->dbconn) != CONNECTION_OK && j < 3;                       PQstatus((PGconn *)dbi->dbconn) != CONNECTION_OK && j < 3;
                      j++) {                       j++)
                   {
                         PQreset((PGconn *)dbi->dbconn);                          PQreset((PGconn *)dbi->dbconn);
                 }                  }
   

Legend:
Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5

CVSweb <webmaster@jp.NetBSD.org>