snapshot - src: -Workaround for databases that return "non-wanted"

From: cunha17(at)pgfoundry(dot)org (User Cunha17)
To: pgsql-committers(at)postgresql(dot)org
Subject: snapshot - src: -Workaround for databases that return "non-wanted"
Date: 2007-09-17 01:57:05
Message-ID: 20070917015705.1CF792175FF@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
-Workaround for databases that return "non-wanted" pseudo-columns (SQL Server);
-Use "rows ne 0" insted of rows > 0, since most databases may return -1 when using cursors.

Modified Files:
--------------
src/pl:
performCompleteRefresh.pl (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/pl/performCompleteRefresh.pl.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message User Cunha17 2007-09-17 01:58:22 snapshot - src: If the statement fail, assume that the snapshot log does
Previous Message User Cunha17 2007-09-17 01:54:14 snapshot - drivers: Fix oracle function creation order.