summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/slony1_funcs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/slony1_funcs.c b/src/backend/slony1_funcs.c
index ca7e1441..df6f33fb 100644
--- a/src/backend/slony1_funcs.c
+++ b/src/backend/slony1_funcs.c
@@ -228,7 +228,6 @@ versionFunc(createEvent)(PG_FUNCTION_ARGS)
char *ev_type_c;
Datum argv[9];
char nulls[10];
- size_t buf_size;
int rc;
int i;
int64 retval;
@@ -252,8 +251,6 @@ versionFunc(createEvent)(PG_FUNCTION_ARGS)
cs = getClusterStatus(PG_GETARG_NAME(0),
PLAN_INSERT_EVENT);
- buf_size = 8192;
-
/*
* Do the following only once per transaction.
*/