Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: Fix typo

CVS Commit by andreas: Fix typo



Log Message:
-----------
Fix typo

Modified Files:
--------------
    pgadmin3/src/slony:
        slNode.cpp (r1.5 -> r1.6)

Index: slNode.cpp
===================================================================
RCS file: /projects/pgadmin3/src/slony/slNode.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lsrc/slony/slNode.cpp -Lsrc/slony/slNode.cpp -u -w -r1.5 -r1.6
--- src/slony/slNode.cpp
+++ src/slony/slNode.cpp
@@ -86,7 +86,6 @@
             wxT("  FROM ") + GetCluster()->GetSchemaPrefix() + wxT("sl_status\n")
             wxT(" WHERE st_origin = ") + NumToStr(GetCluster()->GetLocalNodeID()) + wxT("\n")
             wxT("  GROUP BY st_last_event"));
-        if (pgSet)
 
         if (stats)
         {
@@ -114,7 +113,6 @@
             wxT("  FROM ") + GetCluster()->GetSchemaPrefix() + wxT("sl_status\n")
             wxT(" WHERE st_origin = ") + NumToStr(GetCluster()->GetLocalNodeID()) + wxT("\n")
             wxT("   AND st_received = ") + NumToStr(GetSlId()));
-        if (pgSet)
 
         if (stats)
         {


Home | Main Index | Thread Index

top