projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
043bdec
)
Remove a no longer used variable
bug352
author
Christopher Browne
<
[email protected]
>
Mon, 15 Dec 2014 16:57:47 +0000
(11:57 -0500)
committer
Christopher Browne
<
[email protected]
>
Mon, 15 Dec 2014 16:57:47 +0000
(11:57 -0500)
src/backend/slony1_funcs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/slony1_funcs.c
b/src/backend/slony1_funcs.c
index ca7e1441c3b6026d0e67a022cd686cf004bf909b..df6f33fbcb6c136543b75b011bdaa85307e0c37b 100644
(file)
--- 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.
*/