summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Browne2014-12-15 16:57:47 +0000
committerChristopher Browne2014-12-15 16:57:47 +0000
commit84bf67440b0c9338992d0e5ca08c49e9832eaac8 (patch)
treef32762f8920e044c3b84d9326e2aca9e6b5da6ac
parent043bdecb1a1c4b2b066ad8663689a0499e27b7da (diff)
Remove a no longer used variablebug352
-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.
*/