Remove a no longer used variable bug352
authorChristopher Browne <[email protected]>
Mon, 15 Dec 2014 16:57:47 +0000 (11:57 -0500)
committerChristopher Browne <[email protected]>
Mon, 15 Dec 2014 16:57:47 +0000 (11:57 -0500)
src/backend/slony1_funcs.c

index ca7e1441c3b6026d0e67a022cd686cf004bf909b..df6f33fbcb6c136543b75b011bdaa85307e0c37b 100644 (file)
@@ -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.
         */