projects
/
plproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81c1c2
)
fix copy-paste error
author
Marko Kreen
<markokr@gmail.com>
Wed, 28 Mar 2007 17:19:30 +0000
(17:19 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 28 Mar 2007 17:19:30 +0000
(17:19 +0000)
src/plproxy.h
patch
|
blob
|
blame
|
history
diff --git
a/src/plproxy.h
b/src/plproxy.h
index 0d6be36fb8a2807f0c759be6448b2600ef7746de..75ef7306d83c73182b1efe3527861cb7beea5adc 100644
(file)
--- a/
src/plproxy.h
+++ b/
src/plproxy.h
@@
-80,7
+80,7
@@
typedef struct RowStamp {
static inline void plproxy_set_stamp(RowStamp *stamp, HeapTuple tup)
{
stamp->xmin = HeapTupleHeaderGetXmin(tup->t_data);
- stamp->tid =
procT
up->t_self;
+ stamp->tid =
t
up->t_self;
}
static inline bool plproxy_check_stamp(RowStamp *stamp, HeapTuple tup)