projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047cc82
)
remove one extra values[]
author
Cédric Villemain
<
[email protected]
>
Wed, 23 Dec 2009 22:51:37 +0000
(23:51 +0100)
committer
Cédric Villemain
<
[email protected]
>
Wed, 23 Dec 2009 22:51:37 +0000
(23:51 +0100)
pgfincore.c
patch
|
blob
|
blame
|
history
diff --git
a/pgfincore.c
b/pgfincore.c
index 0f8c7a9d9483d097763967dbb77f918e0a8ed722..74931506e4b9f7c90f260ed5745341ac182c04d8 100644
(file)
--- a/
pgfincore.c
+++ b/
pgfincore.c
@@
-438,7
+438,6
@@
error:
values[1] = Int64GetDatum(false);
values[2] = Int64GetDatum(false);
values[3] = Int64GetDatum(false);
- values[4] = Int64GetDatum(false);
memset(nulls, 0, sizeof(nulls));
tuple = heap_form_tuple(tupdesc, values, nulls);
return (HeapTupleGetDatum(tuple));