and another.
authorRosser Schwarz <rosser.schwarz@gmail.com>
Thu, 27 Sep 2012 07:04:00 +0000 (00:04 -0700)
committerRosser Schwarz <rosser.schwarz@gmail.com>
Thu, 27 Sep 2012 07:04:00 +0000 (00:04 -0700)
Bucardo.pm

index 3bd15f8c17ca41cef59c5a4c0ef8f5e3810a025e..d6cf10f3e69637d9d7755412b257386c391ae540 100644 (file)
@@ -8270,7 +8270,7 @@ sub delete_rows {
         }
 
         if ($type =~ /flatpg/o) {
-            for (@{ $SQL{PGIN} }) {
+            for (@{ $SQL{IN} }) {
                 print {$t->{filehandle}} qq{$_;\n\n};
             }
             $self->glog(qq{Appended to flatfile "$t->{filename}"}, LOG_VERBOSE);