Fri Aug 27 19:04:39 PDT 2004
- Previous message: [Slony1-commit] By wieck: Added pg_listener to the list of vacuumed relations.
- Next message: [Slony1-commit] By darcyb: Fix segfaults in cleanup due to freeing un-inited query4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Remove un-initilized query4
Thanks madjesta:#slony,irc.freenode.net
Modified Files:
--------------
slony1-engine/src/slon:
cleanup_thread.c (r1.14 -> r1.15)
-------------- next part --------------
Index: cleanup_thread.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.14 -r1.15
--- src/slon/cleanup_thread.c
+++ src/slon/cleanup_thread.c
@@ -42,7 +42,7 @@
SlonDString query1;
SlonDString query2;
SlonDString query3;
- SlonDString query4;
+
PGconn *dbconn;
PGresult *res;
PGresult *res2;
@@ -209,7 +209,6 @@
dstring_free(&query1);
dstring_free(&query2);
dstring_free(&query3);
- dstring_free(&query4);
/*
* Disconnect from the database
- Previous message: [Slony1-commit] By wieck: Added pg_listener to the list of vacuumed relations.
- Next message: [Slony1-commit] By darcyb: Fix segfaults in cleanup due to freeing un-inited query4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list