From: Christopher Browne Date: Mon, 15 Dec 2014 16:57:47 +0000 (-0500) Subject: Remove a no longer used variable X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=refs%2Fheads%2Fbug352;p=slony1-engine.git Remove a no longer used variable --- 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. */