projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740e54c
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 20 Jan 2011 20:01:10 +0000
(22:01 +0200)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 20 Jan 2011 20:01:10 +0000
(22:01 +0200)
Hitoshi Harada
src/pl/plpython/plpython.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/plpython.c
b/src/pl/plpython/plpython.c
index 00e3b10ecec9d54dd828eb161c4aec5dfbe95ffc..0e2c688f82f899ce5ba25b2af4f4880dee098433 100644
(file)
--- a/
src/pl/plpython/plpython.c
+++ b/
src/pl/plpython/plpython.c
@@
-182,7
+182,7
@@
typedef union PLyTypeOutput
} PLyTypeOutput;
/* all we need to move Postgresql data to Python objects,
- * and vi
s
versa
+ * and vi
ce
versa
*/
typedef struct PLyTypeInfo
{